summaryrefslogtreecommitdiffstats
path: root/examples/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'examples/addressbook')
-rw-r--r--examples/addressbook/centralwidget.h2
-rw-r--r--examples/addressbook/mainwindow.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/addressbook/centralwidget.h b/examples/addressbook/centralwidget.h
index 5449d3ce5..3e2aa3b22 100644
--- a/examples/addressbook/centralwidget.h
+++ b/examples/addressbook/centralwidget.h
@@ -11,7 +11,7 @@
#define AB_CENTRALWIDGET_H
#include <tqwidget.h>
-#include <ntqstring.h>
+#include <tqstring.h>
class TQTabWidget;
class TQListView;
diff --git a/examples/addressbook/mainwindow.h b/examples/addressbook/mainwindow.h
index 631d82a71..ac498b94c 100644
--- a/examples/addressbook/mainwindow.h
+++ b/examples/addressbook/mainwindow.h
@@ -11,7 +11,7 @@
#define AB_MAINWINDOW_H
#include <ntqmainwindow.h>
-#include <ntqstring.h>
+#include <tqstring.h>
class TQToolBar;
class TQPopupMenu;