diff options
| author | Peter Penz <[email protected]> | 2007-03-15 19:51:48 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-03-15 19:51:48 +0000 |
| commit | b4790ea4c0504b0bac13c65f17b50900346ef998 (patch) | |
| tree | c365970c1d8ba40bf032b9c1ab414e2f5f95e71b /src | |
| parent | 1e9dfcc78c749423c542a45daf147a6ec4f6f37f (diff) | |
cleanup of unused forward declarations
svn path=/trunk/KDE/kdebase/apps/; revision=642904
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.h | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 6c974a693..c46630eda 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -19,8 +19,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * ***************************************************************************/ -#ifndef _DOLPHIN_MAINWINDOW_H_ -#define _DOLPHIN_MAINWINDOW_H_ +#ifndef DOLPHIN_MAINWINDOW_H +#define DOLPHIN_MAINWINDOW_H #include "dolphinview.h" @@ -30,16 +30,10 @@ #include <QList> +class DolphinApplication; class KNewMenu; -class KPrinter; class KUrl; -class QLineEdit; -class KHBox; -class Q3IconViewItem; class QSplitter; -class KAction; -class UrlNavigator; -class DolphinApplication; /** * @short Main window for Dolphin. @@ -437,5 +431,5 @@ private: QList<KonqUndoManager::CommandType> m_undoCommandTypes; }; -#endif // _DOLPHIN_H_ +#endif // DOLPHIN_MAINWINDOW_H |
