diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /src/styles | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/ntqinterlacestyle.h | 2 | ||||
-rw-r--r-- | src/styles/qcommonstyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qcompactstyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qinterlacestyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qmotifplusstyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qmotifstyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qplatinumstyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qsgistyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qwindowsstyle.cpp | 2 |
9 files changed, 13 insertions, 13 deletions
diff --git a/src/styles/ntqinterlacestyle.h b/src/styles/ntqinterlacestyle.h index 61a0ed054..c2d22bf8e 100644 --- a/src/styles/ntqinterlacestyle.h +++ b/src/styles/ntqinterlacestyle.h @@ -48,7 +48,7 @@ #if !defined(TQT_NO_STYLE_INTERLACE) || defined(QT_PLUGIN) -#include "ntqpalette.h" +#include "tqpalette.h" class TQ_EXPORT TQInterlaceStyle : public TQMotifStyle { diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp index bf3d03f7f..5f16b5b0e 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/qcommonstyle.cpp @@ -47,7 +47,7 @@ #include "ntqapplication.h" #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqpixmap.h" +#include "tqpixmap.h" #include "ntqpushbutton.h" #include "ntqtabbar.h" #include "ntqtabwidget.h" @@ -70,7 +70,7 @@ #include "ntqlistbox.h" #include "private/qdialogbuttons_p.h" #include <limits.h> -#include <ntqpixmap.h> +#include <tqpixmap.h> #include "../widgets/qtitlebar_p.h" #include <tqtoolbox.h> diff --git a/src/styles/qcompactstyle.cpp b/src/styles/qcompactstyle.cpp index 32dcdb217..f2e9b1fc7 100644 --- a/src/styles/qcompactstyle.cpp +++ b/src/styles/qcompactstyle.cpp @@ -43,7 +43,7 @@ #if !defined(TQT_NO_STYLE_COMPACT) || defined(QT_PLUGIN) #include "tqfontmetrics.h" -#include "ntqpalette.h" +#include "tqpalette.h" #include "tqpainter.h" #include "ntqdrawutil.h" #include "tqmenudata.h" diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp index cb6aa1124..5322c68ba 100644 --- a/src/styles/qinterlacestyle.cpp +++ b/src/styles/qinterlacestyle.cpp @@ -47,7 +47,7 @@ #include "ntqapplication.h" #include "tqpainter.h" #include "ntqdrawutil.h" // for now -#include "ntqpalette.h" // for now +#include "tqpalette.h" // for now #include "tqwidget.h" #include "ntqlabel.h" #include "ntqpushbutton.h" diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/qmotifplusstyle.cpp index 08308f1ff..4b0da7c8b 100644 --- a/src/styles/qmotifplusstyle.cpp +++ b/src/styles/qmotifplusstyle.cpp @@ -45,7 +45,7 @@ #include "tqmenubar.h" #include "ntqapplication.h" #include "tqpainter.h" -#include "ntqpalette.h" +#include "tqpalette.h" #include "ntqframe.h" #include "ntqpushbutton.h" #include "ntqcheckbox.h" diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp index 05424c3f4..87d310127 100644 --- a/src/styles/qmotifstyle.cpp +++ b/src/styles/qmotifstyle.cpp @@ -46,8 +46,8 @@ #include "ntqapplication.h" #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqpixmap.h" -#include "ntqpalette.h" +#include "tqpixmap.h" +#include "tqpalette.h" #include "tqwidget.h" #include "ntqpushbutton.h" #include "ntqscrollbar.h" diff --git a/src/styles/qplatinumstyle.cpp b/src/styles/qplatinumstyle.cpp index ebaf85229..ee2823a26 100644 --- a/src/styles/qplatinumstyle.cpp +++ b/src/styles/qplatinumstyle.cpp @@ -46,8 +46,8 @@ #include "ntqcombobox.h" #include "ntqdrawutil.h" #include "tqpainter.h" -#include "ntqpalette.h" -#include "ntqpixmap.h" +#include "tqpalette.h" +#include "tqpixmap.h" #include "ntqpushbutton.h" #include "ntqscrollbar.h" #include "ntqslider.h" diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index 2b273eeaf..ef4a6183d 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -47,8 +47,8 @@ #include "ntqbutton.h" #include "tqpainter.h" #include "ntqdrawutil.h" -#include "ntqpixmap.h" -#include "ntqpalette.h" +#include "tqpixmap.h" +#include "tqpalette.h" #include "tqwidget.h" #include "ntqpushbutton.h" #include "ntqscrollbar.h" diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp index efc2597d9..1a9fff5e9 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/qwindowsstyle.cpp @@ -46,7 +46,7 @@ #include "ntqapplication.h" #include "tqpainter.h" #include "ntqdrawutil.h" // for now -#include "ntqpixmap.h" // for now +#include "tqpixmap.h" // for now #include "tqwidget.h" #include "ntqlabel.h" #include "tqimage.h" |