diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /src/styles | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-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.h | 2 | ||||
-rw-r--r-- | src/styles/qinterlacestyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qmotifstyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qsgistyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qwindowsstyle.cpp | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/src/styles/ntqsgistyle.h b/src/styles/ntqsgistyle.h index 29582bf69..df0b5b47b 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 8a2134544..b506f1243 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 a95018f59..36d85aafc 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 3b0db97c2..54b9bfc8c 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 1bf789d22..b8f3a5410 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" |