summaryrefslogtreecommitdiffstats
path: root/examples/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'examples/addressbook')
-rw-r--r--examples/addressbook/centralwidget.cpp2
-rw-r--r--examples/addressbook/mainwindow.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/addressbook/centralwidget.cpp b/examples/addressbook/centralwidget.cpp
index e5a101471..fb4255f1a 100644
--- a/examples/addressbook/centralwidget.cpp
+++ b/examples/addressbook/centralwidget.cpp
@@ -18,7 +18,7 @@
#include <ntqlineedit.h>
#include <ntqlabel.h>
#include <ntqcheckbox.h>
-#include <ntqfile.h>
+#include <tqfile.h>
#include <tqtextstream.h>
ABCentralWidget::ABCentralWidget( TQWidget *parent, const char *name )
diff --git a/examples/addressbook/mainwindow.cpp b/examples/addressbook/mainwindow.cpp
index ab4305e32..6eadba72f 100644
--- a/examples/addressbook/mainwindow.cpp
+++ b/examples/addressbook/mainwindow.cpp
@@ -16,7 +16,7 @@
#include <tqmenubar.h>
#include <tqstatusbar.h>
#include <ntqapplication.h>
-#include <ntqfiledialog.h>
+#include <tqfiledialog.h>
ABMainWindow::ABMainWindow()
: TQMainWindow( 0, "example addressbook application" ),