summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/khello/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'languages/cpp/app_templates/khello/app.cpp')
-rw-r--r--languages/cpp/app_templates/khello/app.cpp4
1 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 44332685..811f9337 100644
--- a/languages/cpp/app_templates/khello/app.cpp
+++ b/languages/cpp/app_templates/khello/app.cpp
@@ -2,7 +2,7 @@
#include "%{APPNAMELC}.h"
-#include <qlabel.h>
+#include <tqlabel.h>
#include <kmainwindow.h>
#include <klocale.h>
@@ -13,7 +13,7 @@
// set the shell's ui resource file
setXMLFile("%{APPNAMELC}ui.rc");
- new QLabel( "Hello World", this, "hello label" );
+ new TQLabel( "Hello World", this, "hello label" );
}
%{APPNAME}::~%{APPNAME}()