diff options
Diffstat (limited to 'examples/forever/forever.cpp')
-rw-r--r-- | examples/forever/forever.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/forever/forever.cpp b/examples/forever/forever.cpp index 4ba9b8c58..54fe49b6d 100644 --- a/examples/forever/forever.cpp +++ b/examples/forever/forever.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include <tqtimer.h> -#include <ntqpainter.h> +#include <tqpainter.h> #include <ntqapplication.h> #include <stdlib.h> // defines rand() function |