┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
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")