summaryrefslogtreecommitdiffstats
path: root/examples/desktop
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /examples/desktop
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/desktop')
-rw-r--r--examples/desktop/desktop.cpp2
-rw-r--r--examples/desktop/desktop.doc2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/desktop/desktop.cpp b/examples/desktop/desktop.cpp
index 4edd88ec0..4e9a54445 100644
--- a/examples/desktop/desktop.cpp
+++ b/examples/desktop/desktop.cpp
@@ -9,7 +9,7 @@
#include <tqimage.h>
#include <tqbitmap.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include <ntqapplication.h>
#include <tqdropsite.h>
#include <tqdragobject.h>
diff --git a/examples/desktop/desktop.doc b/examples/desktop/desktop.doc
index 3a7df648e..0da3b4393 100644
--- a/examples/desktop/desktop.doc
+++ b/examples/desktop/desktop.doc
@@ -7,7 +7,7 @@
\title Painting on the Desktop
The desktop demo contains three routines, each of which draws
- something on the desktop. It does some nice stuff with QPainter,
+ something on the desktop. It does some nice stuff with TQPainter,
and also demonstrates how one can treat the desktop as a widget like
any other.