From: Laurent Montel Date: Mon, 4 Jun 2007 08:24:29 +0000 (+0000) Subject: Remove not necessary "class classname;" X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/4c3010266221f025710ba04c7423a613ac61661d Remove not necessary "class classname;" svn path=/trunk/KDE/kdebase/apps/; revision=671233 --- diff --git a/src/columnviewsettingspage.h b/src/columnviewsettingspage.h index 5bf25da98..7b040a4c6 100644 --- a/src/columnviewsettingspage.h +++ b/src/columnviewsettingspage.h @@ -24,9 +24,6 @@ class DolphinMainWindow; class KFontRequester; -class QCheckBox; -class QSpinBox; -class QComboBox; class QRadioButton; /** diff --git a/src/detailsviewsettingspage.h b/src/detailsviewsettingspage.h index 7880527ab..bf71e77c4 100644 --- a/src/detailsviewsettingspage.h +++ b/src/detailsviewsettingspage.h @@ -25,8 +25,6 @@ class DolphinMainWindow; class KFontRequester; class QCheckBox; -class QSpinBox; -class QComboBox; class QRadioButton; /** diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 4c1aaf0a2..a2e49ae53 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -24,7 +24,6 @@ #include class DolphinController; -class DolphinView; /** * @brief TODO diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index a7f00426e..c58cd4c53 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -26,8 +26,6 @@ #include class DolphinController; -class DolphinItemCategorizer; -class DolphinView; /** * @brief Represents the view, where each item is shown as an icon. diff --git a/src/dolphinstatusbar.h b/src/dolphinstatusbar.h index e57288228..1824dccc7 100644 --- a/src/dolphinstatusbar.h +++ b/src/dolphinstatusbar.h @@ -29,7 +29,6 @@ class StatusBarMessageLabel; class StatusBarSpaceInfo; class QProgressBar; class QLabel; -class QTimer; /** * @brief Represents the statusbar of a Dolphin view. diff --git a/src/dolphinview.h b/src/dolphinview.h index e58ed31c8..d26f62dc7 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -49,8 +49,6 @@ class DolphinMainWindow; class DolphinSortFilterProxyModel; class DolphinStatusBar; class QModelIndex; -class QPainter; -class QTimer; class ViewProperties; /** diff --git a/src/filterbar.h b/src/filterbar.h index 8048a164a..db5d49f89 100644 --- a/src/filterbar.h +++ b/src/filterbar.h @@ -25,7 +25,6 @@ class QLabel; class QToolButton; class KLineEdit; -class DolphinMainWindow; /** * @brief Provides an input field for filtering the currently shown items. diff --git a/src/generalsettingspage.h b/src/generalsettingspage.h index 90f510c28..7bcf75c9e 100644 --- a/src/generalsettingspage.h +++ b/src/generalsettingspage.h @@ -24,7 +24,6 @@ class DolphinMainWindow; class QLineEdit; -class QRadioButton; class QCheckBox; /** diff --git a/src/iconsviewsettingspage.h b/src/iconsviewsettingspage.h index 3080b3b28..ebca3b7b0 100644 --- a/src/iconsviewsettingspage.h +++ b/src/iconsviewsettingspage.h @@ -26,9 +26,7 @@ class DolphinMainWindow; class KFontRequester; class QComboBox; -class QCheckBox; class QPushButton; -class QSlider; class QSpinBox; /** diff --git a/src/infosidebarpage.h b/src/infosidebarpage.h index c989c5374..fb00fee8d 100644 --- a/src/infosidebarpage.h +++ b/src/infosidebarpage.h @@ -33,18 +33,10 @@ #include #include -namespace KIO -{ - class Job; -} - class QPixmap; -class QIcon; class QString; -class QPainter; class KFileItem; class QLabel; -class KVBox; class PixmapViewer; class MetaDataWidget; diff --git a/src/statusbarspaceinfo.h b/src/statusbarspaceinfo.h index 3ff75bb97..af3daa16f 100644 --- a/src/statusbarspaceinfo.h +++ b/src/statusbarspaceinfo.h @@ -27,7 +27,6 @@ #include class KDiskFreeSp; -class QTimer; /** * @short Shows the available space for the volume represented diff --git a/src/treeviewcontextmenu.h b/src/treeviewcontextmenu.h index 678904c94..84a5f5209 100644 --- a/src/treeviewcontextmenu.h +++ b/src/treeviewcontextmenu.h @@ -22,9 +22,7 @@ #include -class KMenu; class KFileItem; -class QAction; /** * @brief Represents the context menu which appears when doing a right diff --git a/src/viewproperties.h b/src/viewproperties.h index 65207afa0..64a2fad25 100644 --- a/src/viewproperties.h +++ b/src/viewproperties.h @@ -25,7 +25,6 @@ #include #include -class QFile; class ViewPropertySettings; /** * @brief Maintains the view properties like 'view mode' or diff --git a/src/viewpropsprogressinfo.h b/src/viewpropsprogressinfo.h index 1d8b42f62..d07d16d67 100644 --- a/src/viewpropsprogressinfo.h +++ b/src/viewpropsprogressinfo.h @@ -25,7 +25,6 @@ #include class ApplyViewPropsJob; -class KJob; class QLabel; class QProgressBar; class QTimer;