summaryrefslogtreecommitdiffstats
path: root/src/simplemainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simplemainwindow.h')
-rw-r--r--src/simplemainwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/simplemainwindow.h b/src/simplemainwindow.h
index 1f80119f..7dbf5695 100644
--- a/src/simplemainwindow.h
+++ b/src/simplemainwindow.h
@@ -21,9 +21,9 @@
#define SIMPLEMAINWINDOW_H
#include <dmainwindow.h>
-#include <tdevplugin.h>
-#include <tdevmainwindow.h>
-#include <tdevpartcontroller.h>
+#include <kdevplugin.h>
+#include <kdevmainwindow.h>
+#include <kdevpartcontroller.h>
class TDEAction;
class TQPopupMenu;
@@ -34,7 +34,7 @@ namespace KParts {
class ReadOnlyPart;
}
-class SimpleMainWindow: public DMainWindow, public TDevMainWindow {
+class SimpleMainWindow: public DMainWindow, public KDevMainWindow {
Q_OBJECT
public: