summaryrefslogtreecommitdiffstats
path: root/examples/richtext
diff options
context:
space:
mode:
Diffstat (limited to 'examples/richtext')
-rw-r--r--examples/richtext/main.cpp2
-rw-r--r--examples/richtext/richtext.cpp12
-rw-r--r--examples/richtext/richtext.h2
3 files changed, 8 insertions, 8 deletions
diff --git a/examples/richtext/main.cpp b/examples/richtext/main.cpp
index 5e7ffff89..d8aa15746 100644
--- a/examples/richtext/main.cpp
+++ b/examples/richtext/main.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "richtext.h"
-#include <qapplication.h>
+#include <ntqapplication.h>
int main( int argc, char **argv )
{
diff --git a/examples/richtext/richtext.cpp b/examples/richtext/richtext.cpp
index e12aaf0bf..ec549a3ad 100644
--- a/examples/richtext/richtext.cpp
+++ b/examples/richtext/richtext.cpp
@@ -9,12 +9,12 @@
#include "richtext.h"
-#include <qhbox.h>
-#include <qhbox.h>
-#include <qpushbutton.h>
-#include <qtextview.h>
-#include <qbrush.h>
-#include <qapplication.h>
+#include <ntqhbox.h>
+#include <ntqhbox.h>
+#include <ntqpushbutton.h>
+#include <ntqtextview.h>
+#include <ntqbrush.h>
+#include <ntqapplication.h>
static const char* sayings[] = {
"<b>Saying 1:</b><br>"
diff --git a/examples/richtext/richtext.h b/examples/richtext/richtext.h
index 4c0baf75e..dde6771ab 100644
--- a/examples/richtext/richtext.h
+++ b/examples/richtext/richtext.h
@@ -10,7 +10,7 @@
#ifndef RICHTEXT_H
#define RICHTEXT_H
-#include <qvbox.h>
+#include <ntqvbox.h>
class TQTextView;
class TQPushButton;