summaryrefslogtreecommitdiffstats
path: root/examples/tablet
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 13:05:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 10:05:58 +0900
commit397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch)
tree0b41c33e457556bd2b9371788ddbce25263f00d6 /examples/tablet
parent755d46927cc6a5719e695aeb8133be6897de62d8 (diff)
downloadtqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz
tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/tablet')
-rw-r--r--examples/tablet/canvas.cpp2
-rw-r--r--examples/tablet/main.cpp2
-rw-r--r--examples/tablet/scribble.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/tablet/canvas.cpp b/examples/tablet/canvas.cpp
index cccf38ace..4ef7d0040 100644
--- a/examples/tablet/canvas.cpp
+++ b/examples/tablet/canvas.cpp
@@ -9,7 +9,7 @@
#include "canvas.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqpainter.h>
#include <tqevent.h>
#include <tqrect.h>
diff --git a/examples/tablet/main.cpp b/examples/tablet/main.cpp
index 0524cac21..8ae5c850b 100644
--- a/examples/tablet/main.cpp
+++ b/examples/tablet/main.cpp
@@ -9,7 +9,7 @@
#include "scribble.h"
#include "tabletstats.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqtabwidget.h>
diff --git a/examples/tablet/scribble.cpp b/examples/tablet/scribble.cpp
index df1968c70..b3a98190c 100644
--- a/examples/tablet/scribble.cpp
+++ b/examples/tablet/scribble.cpp
@@ -10,7 +10,7 @@
#include "canvas.h"
#include "scribble.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqevent.h>
#include <tqpainter.h>
#include <tqtoolbar.h>