summaryrefslogtreecommitdiffstats
path: root/examples/regexptester
diff options
context:
space:
mode:
Diffstat (limited to 'examples/regexptester')
-rw-r--r--examples/regexptester/main.cpp2
-rw-r--r--examples/regexptester/regexptester.cpp20
-rw-r--r--examples/regexptester/regexptester.h2
3 files changed, 12 insertions, 12 deletions
diff --git a/examples/regexptester/main.cpp b/examples/regexptester/main.cpp
index 1e0949c7..1d372e4b 100644
--- a/examples/regexptester/main.cpp
+++ b/examples/regexptester/main.cpp
@@ -1,4 +1,4 @@
-#include <qapplication.h>
+#include <ntqapplication.h>
#include "regexptester.h"
int main(int argc, char **argv)
diff --git a/examples/regexptester/regexptester.cpp b/examples/regexptester/regexptester.cpp
index 91e544de..caa58178 100644
--- a/examples/regexptester/regexptester.cpp
+++ b/examples/regexptester/regexptester.cpp
@@ -1,13 +1,13 @@
-#include <qapplication.h>
-#include <qcheckbox.h>
-#include <qclipboard.h>
-#include <qcombobox.h>
-#include <qlabel.h>
-#include <qlayout.h>
-#include <qpushbutton.h>
-#include <qregexp.h>
-#include <qstatusbar.h>
-#include <qtable.h>
+#include <ntqapplication.h>
+#include <ntqcheckbox.h>
+#include <ntqclipboard.h>
+#include <ntqcombobox.h>
+#include <ntqlabel.h>
+#include <ntqlayout.h>
+#include <ntqpushbutton.h>
+#include <ntqregexp.h>
+#include <ntqstatusbar.h>
+#include <ntqtable.h>
#include "regexptester.h"
diff --git a/examples/regexptester/regexptester.h b/examples/regexptester/regexptester.h
index 5bed34a1..8eb6a7e5 100644
--- a/examples/regexptester/regexptester.h
+++ b/examples/regexptester/regexptester.h
@@ -1,7 +1,7 @@
#ifndef REGEXPTESTER_H
#define REGEXPTESTER_H
-#include <qdialog.h>
+#include <ntqdialog.h>
class TQCheckBox;
class TQComboBox;