summaryrefslogtreecommitdiffstats
path: root/examples/tqt3reference
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tqt3reference')
-rw-r--r--examples/tqt3reference/stylewindow.cpp26
-rw-r--r--examples/tqt3reference/stylewindow.h2
2 files changed, 14 insertions, 14 deletions
diff --git a/examples/tqt3reference/stylewindow.cpp b/examples/tqt3reference/stylewindow.cpp
index 0a5ca48..dea797b 100644
--- a/examples/tqt3reference/stylewindow.cpp
+++ b/examples/tqt3reference/stylewindow.cpp
@@ -38,19 +38,19 @@
**
****************************************************************************/
-#include <ntqcheckbox.h>
-#include <ntqcombobox.h>
-#include <ntqradiobutton.h>
-#include <ntqpushbutton.h>
-#include <ntqprogressbar.h>
-#include <ntqtextedit.h>
-#include <ntqtabbar.h>
-#include <ntqtoolbar.h>
-#include <ntqtoolbutton.h>
-#include <ntqmainwindow.h>
-#include <ntqlayout.h>
-#include <ntqaction.h>
-#include <ntqgroupbox.h>
+#include <tqcheckbox.h>
+#include <tqcombobox.h>
+#include <tqradiobutton.h>
+#include <tqpushbutton.h>
+#include <tqprogressbar.h>
+#include <tqtextedit.h>
+#include <tqtabbar.h>
+#include <tqtoolbar.h>
+#include <tqtoolbutton.h>
+#include <tqmainwindow.h>
+#include <tqlayout.h>
+#include <tqaction.h>
+#include <tqgroupbox.h>
#include "stylewindow.h"
diff --git a/examples/tqt3reference/stylewindow.h b/examples/tqt3reference/stylewindow.h
index cd35077..badca69 100644
--- a/examples/tqt3reference/stylewindow.h
+++ b/examples/tqt3reference/stylewindow.h
@@ -41,7 +41,7 @@
#ifndef STYLEWINDOW_H
#define STYLEWINDOW_H
-#include <ntqwidget.h>
+#include <tqwidget.h>
class StyleWindow : public TQWidget
{