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 06e83af3e..5eb9a9c87 100644
--- a/examples/demo/qasteroids/toplevel.cpp
+++ b/examples/demo/qasteroids/toplevel.cpp
@@ -4,7 +4,7 @@
* Part of the KDE project
*/
// --- toplevel.cpp ---
-#include <ntqaccel.h>
+#include <tqaccel.h>
#include <tqlabel.h>
#include <tqlayout.h>
#include <tqlcdnumber.h>
diff --git a/examples/demo/qasteroids/view.cpp b/examples/demo/qasteroids/view.cpp
index 9e673a386..28c8895e9 100644
--- a/examples/demo/qasteroids/view.cpp
+++ b/examples/demo/qasteroids/view.cpp
@@ -8,7 +8,7 @@
#include <math.h>
#include <ntqapplication.h>
#include <ntqkeycode.h>
-#include <ntqaccel.h>
+#include <tqaccel.h>
#include <ntqmessagebox.h>
#include "view.h"