summaryrefslogtreecommitdiffstats
path: root/qmake/examples/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/examples/tutorial')
-rw-r--r--qmake/examples/tutorial/hello.h2
-rw-r--r--qmake/examples/tutorial/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/qmake/examples/tutorial/hello.h b/qmake/examples/tutorial/hello.h
index 37d3f05d..650108aa 100644
--- a/qmake/examples/tutorial/hello.h
+++ b/qmake/examples/tutorial/hello.h
@@ -1,4 +1,4 @@
-#include <qpushbutton.h>
+#include <ntqpushbutton.h>
class MyPushButton : public TQPushButton
{
diff --git a/qmake/examples/tutorial/main.cpp b/qmake/examples/tutorial/main.cpp
index f63c7e27..70015ff4 100644
--- a/qmake/examples/tutorial/main.cpp
+++ b/qmake/examples/tutorial/main.cpp
@@ -1,4 +1,4 @@
-#include <qapplication.h>
+#include <ntqapplication.h>
#include "hello.h"
int main( int argc, char **argv )