summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /src/styles
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt-a30f5359.tar.gz
tqt-a30f5359.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/qcdestyle.cpp2
-rw-r--r--src/styles/qcommonstyle.cpp2
-rw-r--r--src/styles/qcompactstyle.cpp4
-rw-r--r--src/styles/qinterlacestyle.cpp2
-rw-r--r--src/styles/qmotifplusstyle.cpp2
-rw-r--r--src/styles/qmotifstyle.cpp2
-rw-r--r--src/styles/qplatinumstyle.cpp2
-rw-r--r--src/styles/qsgistyle.cpp2
-rw-r--r--src/styles/qwindowsstyle.cpp2
9 files changed, 10 insertions, 10 deletions
diff --git a/src/styles/qcdestyle.cpp b/src/styles/qcdestyle.cpp
index 2f49aa752..b258cb679 100644
--- a/src/styles/qcdestyle.cpp
+++ b/src/styles/qcdestyle.cpp
@@ -42,7 +42,7 @@
#if !defined(TQT_NO_STYLE_CDE) || defined(QT_PLUGIN)
-#include "ntqpainter.h"
+#include "tqpainter.h"
#include "ntqdrawutil.h"
#include "ntqbutton.h"
#include <limits.h>
diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp
index acdf61761..bf3d03f7f 100644
--- a/src/styles/qcommonstyle.cpp
+++ b/src/styles/qcommonstyle.cpp
@@ -45,7 +45,7 @@
#include "tqmutex.h"
#include "tqmenubar.h"
#include "ntqapplication.h"
-#include "ntqpainter.h"
+#include "tqpainter.h"
#include "ntqdrawutil.h"
#include "ntqpixmap.h"
#include "ntqpushbutton.h"
diff --git a/src/styles/qcompactstyle.cpp b/src/styles/qcompactstyle.cpp
index 4df2fc10f..32dcdb217 100644
--- a/src/styles/qcompactstyle.cpp
+++ b/src/styles/qcompactstyle.cpp
@@ -42,9 +42,9 @@
#if !defined(TQT_NO_STYLE_COMPACT) || defined(QT_PLUGIN)
-#include "ntqfontmetrics.h"
+#include "tqfontmetrics.h"
#include "ntqpalette.h"
-#include "ntqpainter.h"
+#include "tqpainter.h"
#include "ntqdrawutil.h"
#include "tqmenudata.h"
#include "tqpopupmenu.h"
diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp
index b506f1243..cb6aa1124 100644
--- a/src/styles/qinterlacestyle.cpp
+++ b/src/styles/qinterlacestyle.cpp
@@ -45,7 +45,7 @@
#if !defined(TQT_NO_STYLE_INTERLACE) || defined(QT_PLUGIN)
#include "ntqapplication.h"
-#include "ntqpainter.h"
+#include "tqpainter.h"
#include "ntqdrawutil.h" // for now
#include "ntqpalette.h" // for now
#include "tqwidget.h"
diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/qmotifplusstyle.cpp
index 2d081c22a..08308f1ff 100644
--- a/src/styles/qmotifplusstyle.cpp
+++ b/src/styles/qmotifplusstyle.cpp
@@ -44,7 +44,7 @@
#include "tqmenubar.h"
#include "ntqapplication.h"
-#include "ntqpainter.h"
+#include "tqpainter.h"
#include "ntqpalette.h"
#include "ntqframe.h"
#include "ntqpushbutton.h"
diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp
index b412a2442..05424c3f4 100644
--- a/src/styles/qmotifstyle.cpp
+++ b/src/styles/qmotifstyle.cpp
@@ -44,7 +44,7 @@
#include "tqpopupmenu.h"
#include "ntqapplication.h"
-#include "ntqpainter.h"
+#include "tqpainter.h"
#include "ntqdrawutil.h"
#include "ntqpixmap.h"
#include "ntqpalette.h"
diff --git a/src/styles/qplatinumstyle.cpp b/src/styles/qplatinumstyle.cpp
index 097198f7b..ebaf85229 100644
--- a/src/styles/qplatinumstyle.cpp
+++ b/src/styles/qplatinumstyle.cpp
@@ -45,7 +45,7 @@
#include "ntqapplication.h"
#include "ntqcombobox.h"
#include "ntqdrawutil.h"
-#include "ntqpainter.h"
+#include "tqpainter.h"
#include "ntqpalette.h"
#include "ntqpixmap.h"
#include "ntqpushbutton.h"
diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp
index 914c508b0..2b273eeaf 100644
--- a/src/styles/qsgistyle.cpp
+++ b/src/styles/qsgistyle.cpp
@@ -45,7 +45,7 @@
#include "tqpopupmenu.h"
#include "ntqapplication.h"
#include "ntqbutton.h"
-#include "ntqpainter.h"
+#include "tqpainter.h"
#include "ntqdrawutil.h"
#include "ntqpixmap.h"
#include "ntqpalette.h"
diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp
index f8af1f282..efc2597d9 100644
--- a/src/styles/qwindowsstyle.cpp
+++ b/src/styles/qwindowsstyle.cpp
@@ -44,7 +44,7 @@
#include "tqpopupmenu.h"
#include "ntqapplication.h"
-#include "ntqpainter.h"
+#include "tqpainter.h"
#include "ntqdrawutil.h" // for now
#include "ntqpixmap.h" // for now
#include "tqwidget.h"