summaryrefslogtreecommitdiffstats
path: root/examples/rot13
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rot13')
-rw-r--r--examples/rot13/rot13.cpp8
-rw-r--r--examples/rot13/rot13.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/rot13/rot13.cpp b/examples/rot13/rot13.cpp
index e44d7b87b..14b1e79a4 100644
--- a/examples/rot13/rot13.cpp
+++ b/examples/rot13/rot13.cpp
@@ -9,10 +9,10 @@
#include "rot13.h"
-#include <qmultilineedit.h>
-#include <qpushbutton.h>
-#include <qapplication.h>
-#include <qlayout.h>
+#include <ntqmultilineedit.h>
+#include <ntqpushbutton.h>
+#include <ntqapplication.h>
+#include <ntqlayout.h>
Rot13::Rot13()
{
diff --git a/examples/rot13/rot13.h b/examples/rot13/rot13.h
index dc207c87e..7e9d28500 100644
--- a/examples/rot13/rot13.h
+++ b/examples/rot13/rot13.h
@@ -14,7 +14,7 @@
#ifndef ROT13_H
#define ROT13_H
-#include <qwidget.h>
+#include <ntqwidget.h>
class TQMultiLineEdit;