diff options
Diffstat (limited to 'examples/tux/tux.cpp')
-rw-r--r-- | examples/tux/tux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tux/tux.cpp b/examples/tux/tux.cpp index 7a8c5b746..3a25b6228 100644 --- a/examples/tux/tux.cpp +++ b/examples/tux/tux.cpp @@ -1,7 +1,7 @@ #include <ntqapplication.h> #include <tqwidget.h> #include <tqimage.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include <tqbitmap.h> #include <tqfile.h> |