summaryrefslogtreecommitdiffstats
path: root/examples/movies
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/movies
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.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/movies')
-rw-r--r--examples/movies/main.cpp4
-rw-r--r--examples/movies/movies.doc2
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/movies/main.cpp b/examples/movies/main.cpp
index 95c7b95a4..c94d51271 100644
--- a/examples/movies/main.cpp
+++ b/examples/movies/main.cpp
@@ -11,9 +11,9 @@
#include <tqfiledialog.h>
#include <ntqpushbutton.h>
#include <ntqlabel.h>
-#include <ntqpainter.h>
+#include <tqpainter.h>
#include <ntqmessagebox.h>
-#include <ntqmovie.h>
+#include <tqmovie.h>
#include <ntqvbox.h>
diff --git a/examples/movies/movies.doc b/examples/movies/movies.doc
index af702d3e9..eba88ef3c 100644
--- a/examples/movies/movies.doc
+++ b/examples/movies/movies.doc
@@ -5,7 +5,7 @@
\ingroup examples
\title Movies or the Story of the Animated GIF file
- The Movies example displays MNG and animated GIF files using the QMovie and
+ The Movies example displays MNG and animated GIF files using the TQMovie and
QLabel classes.
The movies will only read an animated GIF if GIF reading was enabled when TQt was built.