summaryrefslogtreecommitdiffstats
path: root/examples/xml/outliner
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /examples/xml/outliner
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
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 c4b1491e3..0f7848e44 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 69b92358b..ba89585b2 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 c6a22ad9d..891a44d37 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
{