┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorSimon Hausmann <[email protected]>2007-04-16 20:44:36 +0000
committerSimon Hausmann <[email protected]>2007-04-16 20:44:36 +0000
commit931d9cc75acdd28c1d56d5ada5b5850e81e68da2 (patch)
treed1c286e5232ee371e3c5c052ff8c13673fbbc491 /src/dolphinmainwindow.h
parentc4a6805856ff5b738eeeb8a21f3b9f3247690843 (diff)
Merging branches/work/kmainwindow-decoupling-branch from Kevin and me which
separates the xmlgui stuff from KMainWindow svn path=/trunk/KDE/kdebase/apps/; revision=654728
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index bdb7ec59a..c3e0f91ab 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -25,7 +25,7 @@
#include "dolphinview.h"
#include "sidebarpage.h"
-#include <kmainwindow.h>
+#include <kxmlguiwindow.h>
#include <ksortablelist.h>
#include <konq_undo.h>
@@ -41,7 +41,7 @@ class QSplitter;
*
* Handles the menus, toolbars and Dolphin views.
*/
-class DolphinMainWindow: public KMainWindow
+class DolphinMainWindow: public KXmlGuiWindow
{
Q_OBJECT
Q_CLASSINFO("D-Bus Interface", "org.kde.dolphin.MainWindow")