diff options
Diffstat (limited to 'examples/movies/main.cpp')
-rw-r--r-- | examples/movies/main.cpp | 4 |
1 files changed, 2 insertions, 2 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> |