From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- examples/movies/main.cpp | 4 ++-- examples/movies/movies.doc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/movies') 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 #include #include -#include +#include #include -#include +#include #include 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. -- cgit v1.2.1