summaryrefslogtreecommitdiffstats
path: root/examples/demo/qasteroids
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/qasteroids')
-rw-r--r--examples/demo/qasteroids/toplevel.cpp2
-rw-r--r--examples/demo/qasteroids/view.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp
index 5eb9a9c87..ca6db89ef 100644
--- a/examples/demo/qasteroids/toplevel.cpp
+++ b/examples/demo/qasteroids/toplevel.cpp
@@ -10,7 +10,7 @@
#include <tqlcdnumber.h>
#include <tqpushbutton.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "toplevel.h"
#include "ledmeter.h"
diff --git a/examples/demo/qasteroids/view.cpp b/examples/demo/qasteroids/view.cpp
index 8b7ceeed3..e0ee429af 100644
--- a/examples/demo/qasteroids/view.cpp
+++ b/examples/demo/qasteroids/view.cpp
@@ -6,7 +6,7 @@
#include <stdlib.h>
#include <math.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqkeycode.h>
#include <tqaccel.h>
#include <tqmessagebox.h>