diff options
Diffstat (limited to 'examples/tux')
-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 fc1e26d57..089edcab4 100644 --- a/examples/tux/tux.cpp +++ b/examples/tux/tux.cpp @@ -2,7 +2,7 @@ #include <tqwidget.h> #include <tqimage.h> #include <ntqpixmap.h> -#include <ntqbitmap.h> +#include <tqbitmap.h> #include <ntqfile.h> #include <stdlib.h> |