summaryrefslogtreecommitdiffstats
path: root/src/styles/tqstylefactory.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-24 20:19:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:35 +0900
commitd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch)
tree204d752457acf6403c99f3928f02b612ff14d178 /src/styles/tqstylefactory.cpp
parentddce1c91f8582885497b463b24bac59f6fdfdf63 (diff)
downloadtqt-d35eedcd.tar.gz
tqt-d35eedcd.zip
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/styles/tqstylefactory.cpp')
-rw-r--r--src/styles/tqstylefactory.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/styles/tqstylefactory.cpp b/src/styles/tqstylefactory.cpp
index d87794f9a..f31c8e0f0 100644
--- a/src/styles/tqstylefactory.cpp
+++ b/src/styles/tqstylefactory.cpp
@@ -44,15 +44,15 @@
#ifndef TQT_NO_STYLE
#include "ntqapplication.h"
-#include "ntqwindowsstyle.h"
-#include "ntqmotifstyle.h"
-#include "ntqcdestyle.h"
-#include "ntqmotifplusstyle.h"
-#include "ntqplatinumstyle.h"
-#include "ntqsgistyle.h"
-#include "ntqcompactstyle.h"
+#include "tqwindowsstyle.h"
+#include "tqmotifstyle.h"
+#include "tqcdestyle.h"
+#include "tqmotifplusstyle.h"
+#include "tqplatinumstyle.h"
+#include "tqsgistyle.h"
+#include "tqcompactstyle.h"
#ifndef TQT_NO_STYLE_WINDOWSXP
-#include "qwindowsxpstyle.h"
+#include "tqwindowsxpstyle.h"
#endif
#ifndef TQT_NO_STYLE_AQUA
#include "qaquastyle.h"