From e31f9ada54d7c7c952cf5decfdacad1ec61c76fa Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 4 Jun 2007 07:44:15 +0000 Subject: [PATCH] Remove not necessary "class classname;" svn path=/trunk/KDE/kdegraphics/okular/; revision=671220 --- conf/dlgidentity.h | 1 - core/page.h | 1 - core/pagecontroller_p.h | 1 - generators/dvi/simplePageSize.h | 1 - generators/fictionbook/converter.h | 1 - generators/ghostview/generator_ghostview.h | 2 -- generators/ghostview/gvlogwindow.h | 3 +-- generators/ghostview/interpreter_cmd.h | 1 - part.h | 1 - ui/bookmarklist.h | 1 - ui/formwidgets.h | 1 - ui/thumbnaillist.h | 1 - 12 files changed, 1 insertion(+), 14 deletions(-) diff --git a/conf/dlgidentity.h b/conf/dlgidentity.h index f324ec89b..1bbd9370a 100644 --- a/conf/dlgidentity.h +++ b/conf/dlgidentity.h @@ -12,7 +12,6 @@ #include -class Ui_DlgIdentityBase; class DlgIdentity : public QWidget { diff --git a/core/page.h b/core/page.h index c96be7110..c8fc63a6c 100644 --- a/core/page.h +++ b/core/page.h @@ -17,7 +17,6 @@ #include class QPixmap; -class QRect; class PagePainter; diff --git a/core/pagecontroller_p.h b/core/pagecontroller_p.h index 2a9d71841..a379e263d 100644 --- a/core/pagecontroller_p.h +++ b/core/pagecontroller_p.h @@ -15,7 +15,6 @@ namespace Okular { class Page; -class PagePrivate; class PageController : public QObject { diff --git a/generators/dvi/simplePageSize.h b/generators/dvi/simplePageSize.h index 852171bd5..3d14f39fe 100644 --- a/generators/dvi/simplePageSize.h +++ b/generators/dvi/simplePageSize.h @@ -19,7 +19,6 @@ class QPaintDevice; class QString; -class QStringList; /** \brief This class represents physical page sizes. diff --git a/generators/fictionbook/converter.h b/generators/fictionbook/converter.h index b2494b50f..7dd75866b 100644 --- a/generators/fictionbook/converter.h +++ b/generators/fictionbook/converter.h @@ -13,7 +13,6 @@ #include class QDomElement; -class QDomText; class QTextCursor; namespace FictionBook { diff --git a/generators/ghostview/generator_ghostview.h b/generators/ghostview/generator_ghostview.h index a035f91df..7249974d4 100644 --- a/generators/ghostview/generator_ghostview.h +++ b/generators/ghostview/generator_ghostview.h @@ -14,9 +14,7 @@ #include #include -class GSInterpreterCMD; class GSLogWindow; -class GSInterpreterLib; class GSInternalDocument; class KTempFile; class KActionCollection; diff --git a/generators/ghostview/gvlogwindow.h b/generators/ghostview/gvlogwindow.h index fecbb4b10..1d6268bdd 100644 --- a/generators/ghostview/gvlogwindow.h +++ b/generators/ghostview/gvlogwindow.h @@ -18,8 +18,7 @@ // // class QTreeWidget; // class KTreeWidgetSearchLine; -// class KUrlLabel; -// +// // // class GSLogWindow : public KVBox // { // Q_OBJECT diff --git a/generators/ghostview/interpreter_cmd.h b/generators/ghostview/interpreter_cmd.h index 1583c7f21..4cdb653cc 100644 --- a/generators/ghostview/interpreter_cmd.h +++ b/generators/ghostview/interpreter_cmd.h @@ -20,7 +20,6 @@ class QImage; class QString; -class QStringList; namespace Okular { class PixmapRequest; diff --git a/part.h b/part.h index 93fcb7755..05667f48b 100644 --- a/part.h +++ b/part.h @@ -45,7 +45,6 @@ class KTemporaryFile; class FindBar; class ThumbnailList; -class ThumbnailController; class PageSizeLabel; class PageView; class PageViewTopMessage; diff --git a/ui/bookmarklist.h b/ui/bookmarklist.h index df4ade99b..b167bcbf3 100644 --- a/ui/bookmarklist.h +++ b/ui/bookmarklist.h @@ -18,7 +18,6 @@ class QAction; class QTreeWidget; class QTreeWidgetItem; class KTreeWidgetSearchLine; -class KUrl; class BookmarkItem; namespace Okular { diff --git a/ui/formwidgets.h b/ui/formwidgets.h index 3c9f0c47e..00f9398f2 100644 --- a/ui/formwidgets.h +++ b/ui/formwidgets.h @@ -23,7 +23,6 @@ class FormWidgetIface; namespace Okular { class FormField; -class FormFieldButton; class FormFieldChoice; class FormFieldText; } diff --git a/ui/thumbnaillist.h b/ui/thumbnaillist.h index 295016df9..baaba06ef 100644 --- a/ui/thumbnaillist.h +++ b/ui/thumbnaillist.h @@ -18,7 +18,6 @@ #include "core/observer.h" class QTimer; -class KActionCollection; class KUrl; class ThumbnailWidget;