summaryrefslogtreecommitdiffstats
path: root/examples/qdir
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/qdir
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/qdir')
-rw-r--r--examples/qdir/ntqdir.h (renamed from examples/qdir/qdir.h)14
-rw-r--r--examples/qdir/qdir.cpp40
-rw-r--r--examples/qdir/qdir.pro2
3 files changed, 28 insertions, 28 deletions
diff --git a/examples/qdir/qdir.h b/examples/qdir/ntqdir.h
index 86dde7072..9b591345e 100644
--- a/examples/qdir/qdir.h
+++ b/examples/qdir/ntqdir.h
@@ -10,13 +10,13 @@
#ifndef TQDIREXAMPLE_H
#define TQDIREXAMPLE_H
-#include <qscrollview.h>
-#include <qfiledialog.h>
-#include <qwidgetstack.h>
-#include <qvbox.h>
-#include <qurl.h>
-#include <qpixmap.h>
-#include <qstringlist.h>
+#include <ntqscrollview.h>
+#include <ntqfiledialog.h>
+#include <ntqwidgetstack.h>
+#include <ntqvbox.h>
+#include <ntqurl.h>
+#include <ntqpixmap.h>
+#include <ntqstringlist.h>
class TQMultiLineEdit;
class TQTextView;
diff --git a/examples/qdir/qdir.cpp b/examples/qdir/qdir.cpp
index f936a31f0..1902d9e73 100644
--- a/examples/qdir/qdir.cpp
+++ b/examples/qdir/qdir.cpp
@@ -8,26 +8,26 @@
*****************************************************************************/
#include "../dirview/dirview.h"
-#include "qdir.h"
-
-#include <qapplication.h>
-#include <qtextview.h>
-#include <qfileinfo.h>
-#include <qfile.h>
-#include <qtextstream.h>
-#include <qhbox.h>
-#include <qspinbox.h>
-#include <qlabel.h>
-#include <qmultilineedit.h>
-#include <qheader.h>
-#include <qevent.h>
-#include <qpainter.h>
-#include <qpopupmenu.h>
-#include <qpushbutton.h>
-#include <qtoolbutton.h>
-#include <qfile.h>
-#include <qtextstream.h>
-#include <qtooltip.h>
+#include "ntqdir.h"
+
+#include <ntqapplication.h>
+#include <ntqtextview.h>
+#include <ntqfileinfo.h>
+#include <ntqfile.h>
+#include <ntqtextstream.h>
+#include <ntqhbox.h>
+#include <ntqspinbox.h>
+#include <ntqlabel.h>
+#include <ntqmultilineedit.h>
+#include <ntqheader.h>
+#include <ntqevent.h>
+#include <ntqpainter.h>
+#include <ntqpopupmenu.h>
+#include <ntqpushbutton.h>
+#include <ntqtoolbutton.h>
+#include <ntqfile.h>
+#include <ntqtextstream.h>
+#include <ntqtooltip.h>
#include <stdlib.h>
diff --git a/examples/qdir/qdir.pro b/examples/qdir/qdir.pro
index fa7a0f685..09e7ea546 100644
--- a/examples/qdir/qdir.pro
+++ b/examples/qdir/qdir.pro
@@ -6,5 +6,5 @@ DEPENDPATH = ../../include
REQUIRES = full-config
-HEADERS = qdir.h ../dirview/dirview.h
+HEADERS = ntqdir.h ../dirview/dirview.h
SOURCES = qdir.cpp ../dirview/dirview.cpp