summaryrefslogtreecommitdiffstats
path: root/examples/tictac
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tictac')
-rw-r--r--examples/tictac/main.cpp2
-rw-r--r--examples/tictac/tictac.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/tictac/main.cpp b/examples/tictac/main.cpp
index 5ea8e1a36..87e5688c1 100644
--- a/examples/tictac/main.cpp
+++ b/examples/tictac/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <stdlib.h>
#include "tictac.h"
diff --git a/examples/tictac/tictac.cpp b/examples/tictac/tictac.cpp
index 613aa93a9..dec6fe33c 100644
--- a/examples/tictac/tictac.cpp
+++ b/examples/tictac/tictac.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "tictac.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqpainter.h>
#include <tqdrawutil.h>
#include <tqcombobox.h>