summaryrefslogtreecommitdiffstats
path: root/examples/tqt3reference/stylewindow.cpp
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-10 13:34:21 +0900
commit12794d91d4e71b20b67d77db50d65a1a1a2b09ed (patch)
treea030a22ffa3aa0e3d67461c8f0ec0a9ff17f1ad1 /examples/tqt3reference/stylewindow.cpp
parent1d15009c9a577bcfcc30633f879db17aecabd088 (diff)
downloadqt4-tqt-theme-engine-12794d91d4e71b20b67d77db50d65a1a1a2b09ed.tar.gz
qt4-tqt-theme-engine-12794d91d4e71b20b67d77db50d65a1a1a2b09ed.zip
Drop TQT_NO_COMPAT coder14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0f7f50ffa0596d88bd40cb1aea429fa04ae30ef6)
Diffstat (limited to 'examples/tqt3reference/stylewindow.cpp')
-rw-r--r--examples/tqt3reference/stylewindow.cpp26
1 files changed, 13 insertions, 13 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"