summaryrefslogtreecommitdiffstats
path: root/examples/listviews
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/listviews
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/listviews')
-rw-r--r--examples/listviews/listviews.cpp14
-rw-r--r--examples/listviews/listviews.h12
-rw-r--r--examples/listviews/main.cpp2
3 files changed, 14 insertions, 14 deletions
diff --git a/examples/listviews/listviews.cpp b/examples/listviews/listviews.cpp
index 91d4a2bc8..1344db998 100644
--- a/examples/listviews/listviews.cpp
+++ b/examples/listviews/listviews.cpp
@@ -9,13 +9,13 @@
#include "listviews.h"
-#include <qlabel.h>
-#include <qpainter.h>
-#include <qpalette.h>
-#include <qobjectlist.h>
-#include <qpopupmenu.h>
-#include <qheader.h>
-#include <qregexp.h>
+#include <ntqlabel.h>
+#include <ntqpainter.h>
+#include <ntqpalette.h>
+#include <ntqobjectlist.h>
+#include <ntqpopupmenu.h>
+#include <ntqheader.h>
+#include <ntqregexp.h>
// -----------------------------------------------------------------
diff --git a/examples/listviews/listviews.h b/examples/listviews/listviews.h
index bcc5e30d9..8eb462ac5 100644
--- a/examples/listviews/listviews.h
+++ b/examples/listviews/listviews.h
@@ -10,12 +10,12 @@
#ifndef LISTVIEWS_H
#define LISTVIEWS_H
-#include <qsplitter.h>
-#include <qstring.h>
-#include <qobject.h>
-#include <qdatetime.h>
-#include <qptrlist.h>
-#include <qlistview.h>
+#include <ntqsplitter.h>
+#include <ntqstring.h>
+#include <ntqobject.h>
+#include <ntqdatetime.h>
+#include <ntqptrlist.h>
+#include <ntqlistview.h>
class TQListView;
class TQLabel;
diff --git a/examples/listviews/main.cpp b/examples/listviews/main.cpp
index bba039239..e32831647 100644
--- a/examples/listviews/main.cpp
+++ b/examples/listviews/main.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "listviews.h"
-#include <qapplication.h>
+#include <ntqapplication.h>
int main( int argc, char **argv )
{