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/centralwidget.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/addressbook/centralwidget.cpp b/examples/addressbook/centralwidget.cpp
index 82a2c81ae..5b504850c 100644
--- a/examples/addressbook/centralwidget.cpp
+++ b/examples/addressbook/centralwidget.cpp
@@ -12,7 +12,7 @@
#include <ntqtabwidget.h>
#include <ntqlistview.h>
#include <ntqlayout.h>
-#include <ntqwidget.h>
+#include <tqwidget.h>
#include <ntqlabel.h>
#include <ntqpushbutton.h>
#include <ntqlineedit.h>
diff --git a/examples/addressbook/centralwidget.h b/examples/addressbook/centralwidget.h
index 7f2018c66..5449d3ce5 100644
--- a/examples/addressbook/centralwidget.h
+++ b/examples/addressbook/centralwidget.h
@@ -10,7 +10,7 @@
#ifndef AB_CENTRALWIDGET_H
#define AB_CENTRALWIDGET_H
-#include <ntqwidget.h>
+#include <tqwidget.h>
#include <ntqstring.h>
class TQTabWidget;