summaryrefslogtreecommitdiffstats
path: root/examples/helpsystem
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helpsystem')
-rw-r--r--examples/helpsystem/main.cpp2
-rw-r--r--examples/helpsystem/mainwindow.cpp2
-rw-r--r--examples/helpsystem/whatsthis.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/helpsystem/main.cpp b/examples/helpsystem/main.cpp
index aa99b8d22..70c67bfa7 100644
--- a/examples/helpsystem/main.cpp
+++ b/examples/helpsystem/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "mainwindow.h"
diff --git a/examples/helpsystem/mainwindow.cpp b/examples/helpsystem/mainwindow.cpp
index 573e335d5..cac242c3f 100644
--- a/examples/helpsystem/mainwindow.cpp
+++ b/examples/helpsystem/mainwindow.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqassistantclient.h>
#include <tqfiledialog.h>
#include <tqmenubar.h>
diff --git a/examples/helpsystem/whatsthis.cpp b/examples/helpsystem/whatsthis.cpp
index 113dbc10c..d57da1449 100644
--- a/examples/helpsystem/whatsthis.cpp
+++ b/examples/helpsystem/whatsthis.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqdir.h>
#include <tqheader.h>
#include <tqtable.h>