summaryrefslogtreecommitdiffstats
path: root/examples/rot13
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /examples/rot13
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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;