diff options
Diffstat (limited to 'examples/movies/main.cpp')
-rw-r--r-- | examples/movies/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/movies/main.cpp b/examples/movies/main.cpp index 50249b93f..15ac9befb 100644 --- a/examples/movies/main.cpp +++ b/examples/movies/main.cpp @@ -14,7 +14,7 @@ #include <tqpainter.h> #include <ntqmessagebox.h> #include <tqmovie.h> -#include <ntqvbox.h> +#include <tqvbox.h> class MovieScreen : public TQFrame { |