]> cloud.milkyroute.net Git - dolphin.git/commitdiff
cleanup of unused forward declarations
authorPeter Penz <peter.penz19@gmail.com>
Thu, 15 Mar 2007 19:51:48 +0000 (19:51 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Thu, 15 Mar 2007 19:51:48 +0000 (19:51 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=642904

src/dolphinmainwindow.h

index 6c974a69300021a3229f9867bfd932fc25958905..c46630eda3a7513cc34e2124b921001645a8e9db 100644 (file)
@@ -19,8 +19,8 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
  ***************************************************************************/
 
  *   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"
 
 
 #include "dolphinview.h"
 
 
 #include <QList>
 
 
 #include <QList>
 
+class DolphinApplication;
 class KNewMenu;
 class KNewMenu;
-class KPrinter;
 class KUrl;
 class KUrl;
-class QLineEdit;
-class KHBox;
-class Q3IconViewItem;
 class QSplitter;
 class QSplitter;
-class KAction;
-class UrlNavigator;
-class DolphinApplication;
 
 /**
  * @short Main window for Dolphin.
 
 /**
  * @short Main window for Dolphin.
@@ -437,5 +431,5 @@ private:
     QList<KonqUndoManager::CommandType> m_undoCommandTypes;
 };
 
     QList<KonqUndoManager::CommandType> m_undoCommandTypes;
 };
 
-#endif // _DOLPHIN_H_
+#endif // DOLPHIN_MAINWINDOW_H