summaryrefslogtreecommitdiffstats
path: root/examples/addressbook/mainwindow.cpp
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/addressbook/mainwindow.cpp
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/addressbook/mainwindow.cpp')
-rw-r--r--examples/addressbook/mainwindow.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples/addressbook/mainwindow.cpp b/examples/addressbook/mainwindow.cpp
index 4d2d1fdd3..1e179b2a8 100644
--- a/examples/addressbook/mainwindow.cpp
+++ b/examples/addressbook/mainwindow.cpp
@@ -10,13 +10,13 @@
#include "mainwindow.h"
#include "centralwidget.h"
-#include <qtoolbar.h>
-#include <qtoolbutton.h>
-#include <qpopupmenu.h>
-#include <qmenubar.h>
-#include <qstatusbar.h>
-#include <qapplication.h>
-#include <qfiledialog.h>
+#include <ntqtoolbar.h>
+#include <ntqtoolbutton.h>
+#include <ntqpopupmenu.h>
+#include <ntqmenubar.h>
+#include <ntqstatusbar.h>
+#include <ntqapplication.h>
+#include <ntqfiledialog.h>
ABMainWindow::ABMainWindow()
: TQMainWindow( 0, "example addressbook application" ),