summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/khello
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/app_templates/khello')
-rw-r--r--languages/cpp/app_templates/khello/app.cpp2
-rw-r--r--languages/cpp/app_templates/khello/app.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/khello/app.cpp b/languages/cpp/app_templates/khello/app.cpp
index 72b9e2dc..01373881 100644
--- a/languages/cpp/app_templates/khello/app.cpp
+++ b/languages/cpp/app_templates/khello/app.cpp
@@ -4,7 +4,7 @@
#include <tqlabel.h>
-#include <kmainwindow.h>
+#include <tdemainwindow.h>
#include <klocale.h>
%{APPNAME}::%{APPNAME}()
diff --git a/languages/cpp/app_templates/khello/app.h b/languages/cpp/app_templates/khello/app.h
index a3e4bd31..11a9241f 100644
--- a/languages/cpp/app_templates/khello/app.h
+++ b/languages/cpp/app_templates/khello/app.h
@@ -7,7 +7,7 @@
#include <config.h>
#endif
-#include <kmainwindow.h>
+#include <tdemainwindow.h>
/**
* @short Application Main Window