diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
| commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
| tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /src/styles | |
| parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
| download | tqt-fef84691.tar.gz tqt-fef84691.zip | |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/qcommonstyle.cpp | 18 | ||||
| -rw-r--r-- | src/styles/qinterlacestyle.cpp | 4 | ||||
| -rw-r--r-- | src/styles/qmotifplusstyle.cpp | 16 | ||||
| -rw-r--r-- | src/styles/qmotifstyle.cpp | 8 | ||||
| -rw-r--r-- | src/styles/qplatinumstyle.cpp | 8 | ||||
| -rw-r--r-- | src/styles/qsgistyle.cpp | 10 | ||||
| -rw-r--r-- | src/styles/qwindowsstyle.cpp | 8 |
7 files changed, 36 insertions, 36 deletions
diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp index 5f16b5b0e..7b6e475f3 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/qcommonstyle.cpp @@ -48,27 +48,27 @@ #include "tqpainter.h" #include "ntqdrawutil.h" #include "tqpixmap.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "ntqtabbar.h" #include "ntqtabwidget.h" -#include "ntqlineedit.h" -#include "ntqscrollbar.h" +#include "tqlineedit.h" +#include "tqscrollbar.h" #include "tqtoolbutton.h" #include "tqtoolbar.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "ntqdockarea.h" #include "ntqheader.h" -#include "ntqspinbox.h" +#include "tqspinbox.h" #include "ntqrangecontrol.h" #include "ntqgroupbox.h" -#include "ntqslider.h" +#include "tqslider.h" #include "ntqlistview.h" -#include "ntqcheckbox.h" -#include "ntqradiobutton.h" +#include "tqcheckbox.h" +#include "tqradiobutton.h" #include "tqbitmap.h" #include "ntqprogressbar.h" #include "ntqlistbox.h" -#include "private/qdialogbuttons_p.h" +#include "private/tqdialogbuttons_p.h" #include <limits.h> #include <tqpixmap.h> #include "../widgets/qtitlebar_p.h" diff --git a/src/styles/qinterlacestyle.cpp b/src/styles/qinterlacestyle.cpp index 43917bd27..7f4838c80 100644 --- a/src/styles/qinterlacestyle.cpp +++ b/src/styles/qinterlacestyle.cpp @@ -50,10 +50,10 @@ #include "tqpalette.h" // for now #include "tqwidget.h" #include "tqlabel.h" -#include "ntqpushbutton.h" +#include "tqpushbutton.h" #include "tqwidget.h" #include "ntqrangecontrol.h" -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #include "ntqlistbox.h" #include <limits.h> diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/qmotifplusstyle.cpp index 4b0da7c8b..d37419b2e 100644 --- a/src/styles/qmotifplusstyle.cpp +++ b/src/styles/qmotifplusstyle.cpp @@ -47,15 +47,15 @@ #include "tqpainter.h" #include "tqpalette.h" #include "ntqframe.h" -#include "ntqpushbutton.h" -#include "ntqcheckbox.h" -#include "ntqradiobutton.h" -#include "ntqcombobox.h" -#include "ntqlineedit.h" -#include "ntqspinbox.h" -#include "ntqslider.h" +#include "tqpushbutton.h" +#include "tqcheckbox.h" +#include "tqradiobutton.h" +#include "tqcombobox.h" +#include "tqlineedit.h" +#include "tqspinbox.h" +#include "tqslider.h" #include "ntqdrawutil.h" -#include "ntqscrollbar.h" +#include "tqscrollbar.h" #include "ntqtabbar.h" #include "tqtoolbar.h" #include "ntqguardedptr.h" diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp index 87d310127..55ff6666a 100644 --- a/src/styles/qmotifstyle.cpp +++ b/src/styles/qmotifstyle.cpp @@ -49,14 +49,14 @@ #include "tqpixmap.h" #include "tqpalette.h" #include "tqwidget.h" -#include "ntqpushbutton.h" -#include "ntqscrollbar.h" +#include "tqpushbutton.h" +#include "tqscrollbar.h" #include "ntqtabbar.h" #include "ntqtabwidget.h" #include "ntqlistview.h" #include "ntqsplitter.h" -#include "ntqslider.h" -#include "ntqcombobox.h" +#include "tqslider.h" +#include "tqcombobox.h" #include "ntqdockwindow.h" #include "ntqdockarea.h" #include "ntqprogressbar.h" diff --git a/src/styles/qplatinumstyle.cpp b/src/styles/qplatinumstyle.cpp index ee2823a26..721a480a7 100644 --- a/src/styles/qplatinumstyle.cpp +++ b/src/styles/qplatinumstyle.cpp @@ -43,14 +43,14 @@ #if !defined(TQT_NO_STYLE_PLATINUM) || defined(QT_PLUGIN) #include "ntqapplication.h" -#include "ntqcombobox.h" +#include "tqcombobox.h" #include "ntqdrawutil.h" #include "tqpainter.h" #include "tqpalette.h" #include "tqpixmap.h" -#include "ntqpushbutton.h" -#include "ntqscrollbar.h" -#include "ntqslider.h" +#include "tqpushbutton.h" +#include "tqscrollbar.h" +#include "tqslider.h" #include <limits.h> /*! diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index ef4a6183d..a69ef63b6 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -50,13 +50,13 @@ #include "tqpixmap.h" #include "tqpalette.h" #include "tqwidget.h" -#include "ntqpushbutton.h" -#include "ntqscrollbar.h" -#include "ntqcombobox.h" -#include "ntqslider.h" +#include "tqpushbutton.h" +#include "tqscrollbar.h" +#include "tqcombobox.h" +#include "tqslider.h" #include "tqtextedit.h" #include "tqtoolbar.h" -#include "ntqlineedit.h" +#include "tqlineedit.h" #include "tqmenubar.h" #include <limits.h> diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp index 27437724f..23754f786 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/qwindowsstyle.cpp @@ -50,13 +50,13 @@ #include "tqwidget.h" #include "tqlabel.h" #include "tqimage.h" -#include "ntqpushbutton.h" -#include "ntqcombobox.h" +#include "tqpushbutton.h" +#include "tqcombobox.h" #include "ntqlistbox.h" #include "tqwidget.h" #include "ntqrangecontrol.h" -#include "ntqscrollbar.h" -#include "ntqslider.h" +#include "tqscrollbar.h" +#include "tqslider.h" #include "ntqtabwidget.h" #include "ntqtabbar.h" #include "ntqlistview.h" |
