summaryrefslogtreecommitdiffstats
path: root/examples/tqt3reference
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-14 13:58:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-08 15:11:35 +0900
commit0f7f50ffa0596d88bd40cb1aea429fa04ae30ef6 (patch)
treea030a22ffa3aa0e3d67461c8f0ec0a9ff17f1ad1 /examples/tqt3reference
parent3a0019282e3402a0b50dff4ea74adaa2c0bd9ebc (diff)
downloadqt4-tqt-theme-engine-0f7f50ffa0596d88bd40cb1aea429fa04ae30ef6.tar.gz
qt4-tqt-theme-engine-0f7f50ffa0596d88bd40cb1aea429fa04ae30ef6.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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
{