diff options
Diffstat (limited to 'examples/forever')
-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 54fe49b6d..61dea7ecf 100644 --- a/examples/forever/forever.cpp +++ b/examples/forever/forever.cpp @@ -9,7 +9,7 @@ #include <tqtimer.h> #include <tqpainter.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <stdlib.h> // defines rand() function #include "forever.h" |