summaryrefslogtreecommitdiffstats
path: root/examples/forever/forever.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/forever/forever.cpp')
-rw-r--r--examples/forever/forever.cpp6
1 files changed, 3 insertions, 3 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"