summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets.cpp')
-rw-r--r--examples/widgets/widgets.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp
index 2f4e20042..44e866c1b 100644
--- a/examples/widgets/widgets.cpp
+++ b/examples/widgets/widgets.cpp
@@ -17,16 +17,16 @@
#include <tqtoolbar.h>
#include <tqmenubar.h>
#include <tqpopupmenu.h>
-#include <ntqbuttongroup.h>
+#include <tqbuttongroup.h>
#include <tqcheckbox.h>
#include <tqcombobox.h>
-#include <ntqframe.h>
+#include <tqframe.h>
#include <ntqgroupbox.h>
#include <tqlabel.h>
#include <tqlcdnumber.h>
-#include <ntqmultilineedit.h>
+#include <tqmultilineedit.h>
#include <tqlineedit.h>
-#include <ntqlistbox.h>
+#include <tqlistbox.h>
#include <tqpushbutton.h>
#include <tqradiobutton.h>
#include <tqslider.h>
@@ -36,13 +36,13 @@
#include <tqwhatsthis.h>
#include <tqtoolbutton.h>
#include <ntqvbox.h>
-#include <ntqtabbar.h>
-#include <ntqtabwidget.h>
+#include <tqtabbar.h>
+#include <tqtabwidget.h>
#include <tqwidgetstack.h>
-#include <ntqprogressbar.h>
+#include <tqprogressbar.h>
#include <ntqsplitter.h>
-#include <ntqlistview.h>
-#include <ntqheader.h>
+#include <tqlistview.h>
+#include <tqheader.h>
#include <tqtextbrowser.h>
#include <tqfiledialog.h>
#include <ntqaccel.h>