summaryrefslogtreecommitdiffstats
path: root/examples/xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml')
-rw-r--r--examples/xml/outliner/main.cpp2
-rw-r--r--examples/xml/tagreader-with-features/tagreader.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/xml/outliner/main.cpp b/examples/xml/outliner/main.cpp
index 0f7848e44..de234f410 100644
--- a/examples/xml/outliner/main.cpp
+++ b/examples/xml/outliner/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "outlinetree.h"
int main( int argc, char **argv )
diff --git a/examples/xml/tagreader-with-features/tagreader.cpp b/examples/xml/tagreader-with-features/tagreader.cpp
index 7e7aa5f13..9715ef8a5 100644
--- a/examples/xml/tagreader-with-features/tagreader.cpp
+++ b/examples/xml/tagreader-with-features/tagreader.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "structureparser.h"
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqfile.h>
#include <tqxml.h>
#include <tqlistview.h>