summaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /src/styles
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/ntqsgistyle.h2
-rw-r--r--src/styles/qinterlacestyle.cpp4
-rw-r--r--src/styles/qmotifstyle.cpp2
-rw-r--r--src/styles/qsgistyle.cpp2
-rw-r--r--src/styles/qwindowsstyle.cpp4
5 files changed, 7 insertions, 7 deletions
diff --git a/src/styles/ntqsgistyle.h b/src/styles/ntqsgistyle.h
index 29582bf6..df0b5b47 100644
--- a/src/styles/ntqsgistyle.h
+++ b/src/styles/ntqsgistyle.h
@@ -44,7 +44,7 @@
#ifndef QT_H
#include "ntqmotifstyle.h"
#include "ntqguardedptr.h"
-#include "ntqwidget.h"
+#include "tqwidget.h"
#endif // QT_H
#if !defined(TQT_NO_STYLE_SGI) || defined(QT_PLUGIN)
diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp
index 8a213454..b506f124 100644
--- a/src/styles/qinterlacestyle.cpp
+++ b/src/styles/qinterlacestyle.cpp
@@ -48,10 +48,10 @@
#include "ntqpainter.h"
#include "ntqdrawutil.h" // for now
#include "ntqpalette.h" // for now
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqlabel.h"
#include "ntqpushbutton.h"
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqrangecontrol.h"
#include "ntqscrollbar.h"
#include "ntqlistbox.h"
diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp
index a95018f5..36d85aaf 100644
--- a/src/styles/qmotifstyle.cpp
+++ b/src/styles/qmotifstyle.cpp
@@ -48,7 +48,7 @@
#include "ntqdrawutil.h"
#include "ntqpixmap.h"
#include "ntqpalette.h"
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqpushbutton.h"
#include "ntqscrollbar.h"
#include "ntqtabbar.h"
diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp
index 3b0db97c..54b9bfc8 100644
--- a/src/styles/qsgistyle.cpp
+++ b/src/styles/qsgistyle.cpp
@@ -49,7 +49,7 @@
#include "ntqdrawutil.h"
#include "ntqpixmap.h"
#include "ntqpalette.h"
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqpushbutton.h"
#include "ntqscrollbar.h"
#include "ntqcombobox.h"
diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp
index 1bf789d2..b8f3a541 100644
--- a/src/styles/qwindowsstyle.cpp
+++ b/src/styles/qwindowsstyle.cpp
@@ -47,13 +47,13 @@
#include "ntqpainter.h"
#include "ntqdrawutil.h" // for now
#include "ntqpixmap.h" // for now
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqlabel.h"
#include "ntqimage.h"
#include "ntqpushbutton.h"
#include "ntqcombobox.h"
#include "ntqlistbox.h"
-#include "ntqwidget.h"
+#include "tqwidget.h"
#include "ntqrangecontrol.h"
#include "ntqscrollbar.h"
#include "ntqslider.h"