From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/movies/main.cpp | 2 +- examples/movies/movies.doc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/movies') diff --git a/examples/movies/main.cpp b/examples/movies/main.cpp index c94d51271..40fe25c4e 100644 --- a/examples/movies/main.cpp +++ b/examples/movies/main.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/movies/movies.doc b/examples/movies/movies.doc index eba88ef3c..c894cfdb3 100644 --- a/examples/movies/movies.doc +++ b/examples/movies/movies.doc @@ -6,7 +6,7 @@ \title Movies or the Story of the Animated GIF file The Movies example displays MNG and animated GIF files using the TQMovie and - QLabel classes. + TQLabel classes. The movies will only read an animated GIF if GIF reading was enabled when TQt was built. -- cgit v1.2.1