diff options
author | Michele Calgaro <[email protected]> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /src/styles | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/qcommonstyle.cpp | 8 | ||||
-rw-r--r-- | src/styles/qcompactstyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qmotifplusstyle.cpp | 4 | ||||
-rw-r--r-- | src/styles/qmotifstyle.cpp | 2 | ||||
-rw-r--r-- | src/styles/qsgistyle.cpp | 6 | ||||
-rw-r--r-- | src/styles/qwindowsstyle.cpp | 4 |
6 files changed, 14 insertions, 14 deletions
diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp index 9f1610620..f52acc17f 100644 --- a/src/styles/qcommonstyle.cpp +++ b/src/styles/qcommonstyle.cpp @@ -43,7 +43,7 @@ #ifndef TQT_NO_STYLE #include "tqmutex.h" -#include "ntqmenubar.h" +#include "tqmenubar.h" #include "ntqapplication.h" #include "ntqpainter.h" #include "ntqdrawutil.h" @@ -53,8 +53,8 @@ #include "ntqtabwidget.h" #include "ntqlineedit.h" #include "ntqscrollbar.h" -#include "ntqtoolbutton.h" -#include "ntqtoolbar.h" +#include "tqtoolbutton.h" +#include "tqtoolbar.h" #include "ntqcombobox.h" #include "ntqdockarea.h" #include "ntqheader.h" @@ -72,7 +72,7 @@ #include <limits.h> #include <ntqpixmap.h> #include "../widgets/qtitlebar_p.h" -#include <ntqtoolbox.h> +#include <tqtoolbox.h> /*! \class TQCommonStyle ntqcommonstyle.h diff --git a/src/styles/qcompactstyle.cpp b/src/styles/qcompactstyle.cpp index e6fd64e14..4df2fc10f 100644 --- a/src/styles/qcompactstyle.cpp +++ b/src/styles/qcompactstyle.cpp @@ -46,8 +46,8 @@ #include "ntqpalette.h" #include "ntqpainter.h" #include "ntqdrawutil.h" -#include "ntqmenudata.h" -#include "ntqpopupmenu.h" +#include "tqmenudata.h" +#include "tqpopupmenu.h" TQCompactStyle::TQCompactStyle() : TQWindowsStyle() diff --git a/src/styles/qmotifplusstyle.cpp b/src/styles/qmotifplusstyle.cpp index 84352808b..2d081c22a 100644 --- a/src/styles/qmotifplusstyle.cpp +++ b/src/styles/qmotifplusstyle.cpp @@ -42,7 +42,7 @@ #if !defined(TQT_NO_STYLE_MOTIFPLUS) || defined(QT_PLUGIN) -#include "ntqmenubar.h" +#include "tqmenubar.h" #include "ntqapplication.h" #include "ntqpainter.h" #include "ntqpalette.h" @@ -57,7 +57,7 @@ #include "ntqdrawutil.h" #include "ntqscrollbar.h" #include "ntqtabbar.h" -#include "ntqtoolbar.h" +#include "tqtoolbar.h" #include "ntqguardedptr.h" #include "ntqlayout.h" diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp index a611426e2..b412a2442 100644 --- a/src/styles/qmotifstyle.cpp +++ b/src/styles/qmotifstyle.cpp @@ -42,7 +42,7 @@ #if !defined(TQT_NO_STYLE_MOTIF) || defined(QT_PLUGIN) -#include "ntqpopupmenu.h" +#include "tqpopupmenu.h" #include "ntqapplication.h" #include "ntqpainter.h" #include "ntqdrawutil.h" diff --git a/src/styles/qsgistyle.cpp b/src/styles/qsgistyle.cpp index 8fd36f70e..914c508b0 100644 --- a/src/styles/qsgistyle.cpp +++ b/src/styles/qsgistyle.cpp @@ -42,7 +42,7 @@ #if !defined(TQT_NO_STYLE_SGI) || defined(QT_PLUGIN) -#include "ntqpopupmenu.h" +#include "tqpopupmenu.h" #include "ntqapplication.h" #include "ntqbutton.h" #include "ntqpainter.h" @@ -55,9 +55,9 @@ #include "ntqcombobox.h" #include "ntqslider.h" #include "tqtextedit.h" -#include "ntqtoolbar.h" +#include "tqtoolbar.h" #include "ntqlineedit.h" -#include "ntqmenubar.h" +#include "tqmenubar.h" #include <limits.h> #ifndef TQT_NO_SLIDER diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp index b979e9a0b..e19903c08 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/qwindowsstyle.cpp @@ -42,7 +42,7 @@ #if !defined(TQT_NO_STYLE_WINDOWS) || defined(QT_PLUGIN) -#include "ntqpopupmenu.h" +#include "tqpopupmenu.h" #include "ntqapplication.h" #include "ntqpainter.h" #include "ntqdrawutil.h" // for now @@ -64,7 +64,7 @@ #include "ntqcleanuphandler.h" #include "ntqdockwindow.h" #include "tqobjectlist.h" -#include "ntqmenubar.h" +#include "tqmenubar.h" #include <limits.h> |