summaryrefslogtreecommitdiffstats
path: root/tutorial/t9
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t9')
-rw-r--r--tutorial/t9/cannon.cpp2
-rw-r--r--tutorial/t9/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t9/cannon.cpp b/tutorial/t9/cannon.cpp
index 11c99074d..44cb9bc24 100644
--- a/tutorial/t9/cannon.cpp
+++ b/tutorial/t9/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/t9/main.cpp b/tutorial/t9/main.cpp
index 7d81b6cfa..685ec68e9 100644
--- a/tutorial/t9/main.cpp
+++ b/tutorial/t9/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"