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/qcommonstyle.cpp | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/styles/qcommonstyle.cpp')
-rw-r--r-- | src/styles/qcommonstyle.cpp | 18 |
1 files changed, 9 insertions, 9 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" |