summaryrefslogtreecommitdiffstats
path: root/examples/scribble
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scribble')
-rw-r--r--examples/scribble/main.cpp2
-rw-r--r--examples/scribble/scribble.cpp32
-rw-r--r--examples/scribble/scribble.h14
3 files changed, 24 insertions, 24 deletions
diff --git a/examples/scribble/main.cpp b/examples/scribble/main.cpp
index 8e5034c5c..962f75b97 100644
--- a/examples/scribble/main.cpp
+++ b/examples/scribble/main.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "scribble.h"
-#include <qapplication.h>
+#include <ntqapplication.h>
int main( int argc, char **argv )
diff --git a/examples/scribble/scribble.cpp b/examples/scribble/scribble.cpp
index 438f73d5f..520cef7fd 100644
--- a/examples/scribble/scribble.cpp
+++ b/examples/scribble/scribble.cpp
@@ -9,22 +9,22 @@
#include "scribble.h"
-#include <qapplication.h>
-#include <qevent.h>
-#include <qpainter.h>
-#include <qtoolbar.h>
-#include <qtoolbutton.h>
-#include <qspinbox.h>
-#include <qtooltip.h>
-#include <qrect.h>
-#include <qpoint.h>
-#include <qcolordialog.h>
-#include <qfiledialog.h>
-#include <qcursor.h>
-#include <qimage.h>
-#include <qstrlist.h>
-#include <qpopupmenu.h>
-#include <qintdict.h>
+#include <ntqapplication.h>
+#include <ntqevent.h>
+#include <ntqpainter.h>
+#include <ntqtoolbar.h>
+#include <ntqtoolbutton.h>
+#include <ntqspinbox.h>
+#include <ntqtooltip.h>
+#include <ntqrect.h>
+#include <ntqpoint.h>
+#include <ntqcolordialog.h>
+#include <ntqfiledialog.h>
+#include <ntqcursor.h>
+#include <ntqimage.h>
+#include <ntqstrlist.h>
+#include <ntqpopupmenu.h>
+#include <ntqintdict.h>
const bool no_writing = FALSE;
diff --git a/examples/scribble/scribble.h b/examples/scribble/scribble.h
index 6e23cbf82..72e58b242 100644
--- a/examples/scribble/scribble.h
+++ b/examples/scribble/scribble.h
@@ -10,13 +10,13 @@
#ifndef SCRIBBLE_H
#define SCRIBBLE_H
-#include <qmainwindow.h>
-#include <qpen.h>
-#include <qpoint.h>
-#include <qpixmap.h>
-#include <qwidget.h>
-#include <qstring.h>
-#include <qpointarray.h>
+#include <ntqmainwindow.h>
+#include <ntqpen.h>
+#include <ntqpoint.h>
+#include <ntqpixmap.h>
+#include <ntqwidget.h>
+#include <ntqstring.h>
+#include <ntqpointarray.h>
class TQMouseEvent;
class TQResizeEvent;