summaryrefslogtreecommitdiffstats
path: root/tutorial/t8
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t8')
-rw-r--r--tutorial/t8/cannon.cpp2
-rw-r--r--tutorial/t8/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t8/cannon.cpp b/tutorial/t8/cannon.cpp
index eba94eac8..53d99d2b0 100644
--- a/tutorial/t8/cannon.cpp
+++ b/tutorial/t8/cannon.cpp
@@ -5,7 +5,7 @@
****************************************************************/
#include "cannon.h"
-#include <ntqpainter.h>
+#include <tqpainter.h>
CannonField::CannonField( TQWidget *parent, const char *name )
diff --git a/tutorial/t8/main.cpp b/tutorial/t8/main.cpp
index 0af6d3347..9e98f0722 100644
--- a/tutorial/t8/main.cpp
+++ b/tutorial/t8/main.cpp
@@ -7,7 +7,7 @@
#include <ntqapplication.h>
#include <ntqpushbutton.h>
#include <ntqlcdnumber.h>
-#include <ntqfont.h>
+#include <tqfont.h>
#include <ntqlayout.h>
#include "lcdrange.h"