diff options
Diffstat (limited to 'examples/forever')
-rw-r--r-- | examples/forever/forever.cpp | 6 | ||||
-rw-r--r-- | examples/forever/forever.h | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/forever/forever.cpp b/examples/forever/forever.cpp index 278572541..e21dfef61 100644 --- a/examples/forever/forever.cpp +++ b/examples/forever/forever.cpp @@ -7,9 +7,9 @@ ** *****************************************************************************/ -#include <qtimer.h> -#include <qpainter.h> -#include <qapplication.h> +#include <ntqtimer.h> +#include <ntqpainter.h> +#include <ntqapplication.h> #include <stdlib.h> // defines rand() function #include "forever.h" diff --git a/examples/forever/forever.h b/examples/forever/forever.h index 480e5691c..93ec0b474 100644 --- a/examples/forever/forever.h +++ b/examples/forever/forever.h @@ -14,7 +14,7 @@ #ifndef FOREVER_H #define FOREVER_H -#include <qwidget.h> +#include <ntqwidget.h> const int numColors = 120; |