diff options
| author | Laurent Montel <[email protected]> | 2007-06-04 08:24:29 +0000 |
|---|---|---|
| committer | Laurent Montel <[email protected]> | 2007-06-04 08:24:29 +0000 |
| commit | 4c3010266221f025710ba04c7423a613ac61661d (patch) | |
| tree | 4fd146fe6c6d887d103bd8fff9286dc2de476dad /src | |
| parent | e4dddba6b611f1273313cac609e552542da9b2f7 (diff) | |
Remove not necessary "class classname;"
svn path=/trunk/KDE/kdebase/apps/; revision=671233
Diffstat (limited to 'src')
| -rw-r--r-- | src/columnviewsettingspage.h | 3 | ||||
| -rw-r--r-- | src/detailsviewsettingspage.h | 2 | ||||
| -rw-r--r-- | src/dolphincolumnview.h | 1 | ||||
| -rw-r--r-- | src/dolphiniconsview.h | 2 | ||||
| -rw-r--r-- | src/dolphinstatusbar.h | 1 | ||||
| -rw-r--r-- | src/dolphinview.h | 2 | ||||
| -rw-r--r-- | src/filterbar.h | 1 | ||||
| -rw-r--r-- | src/generalsettingspage.h | 1 | ||||
| -rw-r--r-- | src/iconsviewsettingspage.h | 2 | ||||
| -rw-r--r-- | src/infosidebarpage.h | 8 | ||||
| -rw-r--r-- | src/statusbarspaceinfo.h | 1 | ||||
| -rw-r--r-- | src/treeviewcontextmenu.h | 2 | ||||
| -rw-r--r-- | src/viewproperties.h | 1 | ||||
| -rw-r--r-- | src/viewpropsprogressinfo.h | 1 |
14 files changed, 0 insertions, 28 deletions
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 <QtGui/QStyleOption> 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 <libdolphin_export.h> 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 <kdesktopfileactions.h> #include <kvbox.h> -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 <QtGui/QWidget> 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 <QtCore/QObject> -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 <kurl.h> #include <libdolphin_export.h> -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 <kurl.h> class ApplyViewPropsJob; -class KJob; class QLabel; class QProgressBar; class QTimer; |
