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.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/regexptester/main.cpp b/examples/regexptester/main.cpp
index c52c8373b..a31305feb 100644
--- a/examples/regexptester/main.cpp
+++ b/examples/regexptester/main.cpp
@@ -1,4 +1,4 @@
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "regexptester.h"
int main(int argc, char **argv)
diff --git a/examples/regexptester/regexptester.cpp b/examples/regexptester/regexptester.cpp
index 96fabcdb4..0c4e2f3e5 100644
--- a/examples/regexptester/regexptester.cpp
+++ b/examples/regexptester/regexptester.cpp
@@ -1,4 +1,4 @@
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqcheckbox.h>
#include <tqclipboard.h>
#include <tqcombobox.h>