┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-03-15 19:51:48 +0000
committerPeter Penz <[email protected]>2007-03-15 19:51:48 +0000
commitb4790ea4c0504b0bac13c65f17b50900346ef998 (patch)
treec365970c1d8ba40bf032b9c1ab414e2f5f95e71b /src
parent1e9dfcc78c749423c542a45daf147a6ec4f6f37f (diff)
cleanup of unused forward declarations
svn path=/trunk/KDE/kdebase/apps/; revision=642904
Diffstat (limited to 'src')
-rw-r--r--src/dolphinmainwindow.h14
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