summaryrefslogtreecommitdiffstats
path: root/examples/addressbook/mainwindow.cpp
diff options
context:
space:
mode:
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" ),