summaryrefslogtreecommitdiffstats
path: root/examples/tablet
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tablet')
-rw-r--r--examples/tablet/canvas.cpp8
-rw-r--r--examples/tablet/canvas.h10
-rw-r--r--examples/tablet/main.cpp4
-rw-r--r--examples/tablet/scribble.cpp32
-rw-r--r--examples/tablet/scribble.h14
-rw-r--r--examples/tablet/tabletstats.cpp6
-rw-r--r--examples/tablet/tabletstats.h4
7 files changed, 39 insertions, 39 deletions
diff --git a/examples/tablet/canvas.cpp b/examples/tablet/canvas.cpp
index 6d5c0fe75..d71a95429 100644
--- a/examples/tablet/canvas.cpp
+++ b/examples/tablet/canvas.cpp
@@ -9,10 +9,10 @@
#include "canvas.h"
-#include <qapplication.h>
-#include <qpainter.h>
-#include <qevent.h>
-#include <qrect.h>
+#include <ntqapplication.h>
+#include <ntqpainter.h>
+#include <ntqevent.h>
+#include <ntqrect.h>
const bool no_writing = FALSE;
diff --git a/examples/tablet/canvas.h b/examples/tablet/canvas.h
index 24268b95d..bc76dad7f 100644
--- a/examples/tablet/canvas.h
+++ b/examples/tablet/canvas.h
@@ -7,11 +7,11 @@
**
*****************************************************************************/
-#include <qpen.h>
-#include <qpixmap.h>
-#include <qpoint.h>
-#include <qpointarray.h>
-#include <qwidget.h>
+#include <ntqpen.h>
+#include <ntqpixmap.h>
+#include <ntqpoint.h>
+#include <ntqpointarray.h>
+#include <ntqwidget.h>
#ifndef _MY_CANVAS_
diff --git a/examples/tablet/main.cpp b/examples/tablet/main.cpp
index 7f97aa964..d12295897 100644
--- a/examples/tablet/main.cpp
+++ b/examples/tablet/main.cpp
@@ -9,8 +9,8 @@
#include "scribble.h"
#include "tabletstats.h"
-#include <qapplication.h>
-#include <qtabwidget.h>
+#include <ntqapplication.h>
+#include <ntqtabwidget.h>
int main( int argc, char **argv )
diff --git a/examples/tablet/scribble.cpp b/examples/tablet/scribble.cpp
index 356a4277b..adf247a76 100644
--- a/examples/tablet/scribble.cpp
+++ b/examples/tablet/scribble.cpp
@@ -10,22 +10,22 @@
#include "canvas.h"
#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>
diff --git a/examples/tablet/scribble.h b/examples/tablet/scribble.h
index de5749bed..36eaa7ed6 100644
--- a/examples/tablet/scribble.h
+++ b/examples/tablet/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;
diff --git a/examples/tablet/tabletstats.cpp b/examples/tablet/tabletstats.cpp
index ac3617e0f..771b59e25 100644
--- a/examples/tablet/tabletstats.cpp
+++ b/examples/tablet/tabletstats.cpp
@@ -7,9 +7,9 @@
**
*****************************************************************************/
-#include <qlabel.h>
-#include <qlayout.h>
-#include <qpainter.h>
+#include <ntqlabel.h>
+#include <ntqlayout.h>
+#include <ntqpainter.h>
#include <math.h>
#include "tabletstats.h"
diff --git a/examples/tablet/tabletstats.h b/examples/tablet/tabletstats.h
index fca8960fa..473866e94 100644
--- a/examples/tablet/tabletstats.h
+++ b/examples/tablet/tabletstats.h
@@ -10,8 +10,8 @@
#ifndef _TABLET_STATS_
#define _TABLET_STATS_
-#include <qwidget.h>
-#include <qframe.h>
+#include <ntqwidget.h>
+#include <ntqframe.h>
#include "canvas.h"
#include "tabletstatsbase.h"