summaryrefslogtreecommitdiffstats
path: root/examples/xml/outliner
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/outliner')
-rw-r--r--examples/xml/outliner/main.cpp2
-rw-r--r--examples/xml/outliner/outlinetree.cpp4
-rw-r--r--examples/xml/outliner/outlinetree.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/examples/xml/outliner/main.cpp b/examples/xml/outliner/main.cpp
index c4b1491e..0f7848e4 100644
--- a/examples/xml/outliner/main.cpp
+++ b/examples/xml/outliner/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <qapplication.h>
+#include <ntqapplication.h>
#include "outlinetree.h"
int main( int argc, char **argv )
diff --git a/examples/xml/outliner/outlinetree.cpp b/examples/xml/outliner/outlinetree.cpp
index 69b92358..ba89585b 100644
--- a/examples/xml/outliner/outlinetree.cpp
+++ b/examples/xml/outliner/outlinetree.cpp
@@ -8,8 +8,8 @@
*****************************************************************************/
#include "outlinetree.h"
-#include <qfile.h>
-#include <qmessagebox.h>
+#include <ntqfile.h>
+#include <ntqmessagebox.h>
OutlineTree::OutlineTree( const TQString fileName, TQWidget *parent, const char *name )
: TQListView( parent, name )
diff --git a/examples/xml/outliner/outlinetree.h b/examples/xml/outliner/outlinetree.h
index c6a22ad9..891a44d3 100644
--- a/examples/xml/outliner/outlinetree.h
+++ b/examples/xml/outliner/outlinetree.h
@@ -10,8 +10,8 @@
#ifndef OUTLINETREE_H
#define OUTLINETREE_H
-#include <qlistview.h>
-#include <qdom.h>
+#include <ntqlistview.h>
+#include <ntqdom.h>
class OutlineTree : public TQListView
{