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