diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:05:55 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:55 +0900 |
commit | 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 (patch) | |
tree | 015fd18fdc62bce380935d546b677aa965b090c6 /src/kernel | |
parent | ccbc1c3572fd0e26480c1432fff55d2909545538 (diff) | |
download | tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.tar.gz tqt3-7bc57326e69b9c3f0eaeda63e4a49b67ba611426.zip |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel')
-rw-r--r-- | src/kernel/ntqnamespace.h | 4 | ||||
-rw-r--r-- | src/kernel/ntqt.h | 10 | ||||
-rw-r--r-- | src/kernel/qapplication.cpp | 4 | ||||
-rw-r--r-- | src/kernel/qapplication_x11.cpp | 2 | ||||
-rw-r--r-- | src/kernel/qrichtext.cpp | 4 | ||||
-rw-r--r-- | src/kernel/qrichtext_p.h | 2 | ||||
-rw-r--r-- | src/kernel/qsizegrip.cpp | 2 | ||||
-rw-r--r-- | src/kernel/qt_kernel.pri | 8 | ||||
-rw-r--r-- | src/kernel/qt_pch.h | 2 | ||||
-rw-r--r-- | src/kernel/tqobject.cpp | 2 | ||||
-rw-r--r-- | src/kernel/tqstyle.cpp (renamed from src/kernel/qstyle.cpp) | 6 | ||||
-rw-r--r-- | src/kernel/tqstyle.h (renamed from src/kernel/ntqstyle.h) | 0 | ||||
-rw-r--r-- | src/kernel/tqstylesheet.cpp (renamed from src/kernel/qstylesheet.cpp) | 6 | ||||
-rw-r--r-- | src/kernel/tqstylesheet.h (renamed from src/kernel/ntqstylesheet.h) | 0 | ||||
-rw-r--r-- | src/kernel/tqwidget.cpp | 4 |
15 files changed, 28 insertions, 28 deletions
diff --git a/src/kernel/ntqnamespace.h b/src/kernel/ntqnamespace.h index 03c58309c..052fea171 100644 --- a/src/kernel/ntqnamespace.h +++ b/src/kernel/ntqnamespace.h @@ -317,7 +317,7 @@ public: }; #endif - // documented in qstyle.cpp + // documented in tqstyle.cpp #ifdef TQT_NO_COMPAT enum GUIStyle { WindowsStyle = 1, // ### TQt 4.0: either remove the obsolete enums or clean up compat vs. @@ -856,7 +856,7 @@ public: WV_CE_based = 0x0f00 }; - // documented in qstyle.cpp + // documented in tqstyle.cpp enum UIEffect { UI_General, UI_AnimateMenu, diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 78ce0ca55..46dd439d1 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -71,7 +71,7 @@ #include "tqiconset.h" #include "ntqbutton.h" #include <ntqtoolbutton.h> -#include "ntqstyle.h" +#include "tqstyle.h" #include "ntqframe.h" #include "ntqfile.h" #include "ntqfileinfo.h" @@ -168,7 +168,7 @@ #include <ntqcleanuphandler.h> #include <tqptrqueue.h> #include <tqptrstack.h> -#include "ntqstylesheet.h" +#include "tqstylesheet.h" #include <ntqpushbutton.h> #include <ntqradiobutton.h> #include <ntqdial.h> @@ -222,8 +222,8 @@ #include "ntqtranslator.h" #include <tqstrvec.h> #include <ntqinterlacestyle.h> -#include <ntqstylefactory.h> -#include <ntqstyleplugin.h> +#include <tqstylefactory.h> +#include <tqstyleplugin.h> #include "tqtextedit.h" #include <ntqsyntaxhighlighter.h> #include <ntqtabdialog.h> @@ -291,7 +291,7 @@ #include "private/tqsqlmanager_p.h" #include "private/qlock_p.h" #include "private/qcomponentfactory_p.h" -#include "private/qstyleinterface_p.h" +#include "private/tqstyleinterface_p.h" #include "private/qrichtext_p.h" #include "private/qsvgdevice_p.h" #include "private/qfontcodecs_p.h" diff --git a/src/kernel/qapplication.cpp b/src/kernel/qapplication.cpp index baf5ba495..5ba5f5b21 100644 --- a/src/kernel/qapplication.cpp +++ b/src/kernel/qapplication.cpp @@ -54,8 +54,8 @@ #include "ntqdragobject.h" #include "ntqclipboard.h" #include "ntqcursor.h" -#include "ntqstyle.h" -#include "ntqstylefactory.h" +#include "tqstyle.h" +#include "tqstylefactory.h" #include "ntqfile.h" #include "ntqmessagebox.h" #include "ntqdir.h" diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index 0cfd812c2..0a1d62cf8 100644 --- a/src/kernel/qapplication_x11.cpp +++ b/src/kernel/qapplication_x11.cpp @@ -85,7 +85,7 @@ #include "ntqclipboard.h" #include "ntqwhatsthis.h" // ######## dependency #include "ntqsettings.h" -#include "ntqstylefactory.h" +#include "tqstylefactory.h" #include "ntqfileinfo.h" // Input method stuff - UNFINISHED diff --git a/src/kernel/qrichtext.cpp b/src/kernel/qrichtext.cpp index cd4c31055..1d9626426 100644 --- a/src/kernel/qrichtext.cpp +++ b/src/kernel/qrichtext.cpp @@ -50,7 +50,7 @@ #include "ntqapplication.h" #include "tqmap.h" #include "ntqfileinfo.h" -#include "ntqstylesheet.h" +#include "tqstylesheet.h" #include "ntqmime.h" #include "tqimage.h" #include "ntqdragobject.h" @@ -60,7 +60,7 @@ #include "ntqcursor.h" #include "tqptrstack.h" #include "tqptrdict.h" -#include "ntqstyle.h" +#include "tqstyle.h" #include "ntqcleanuphandler.h" #include "tqtextengine_p.h" #include <private/qunicodetables_p.h> diff --git a/src/kernel/qrichtext_p.h b/src/kernel/qrichtext_p.h index 58fed9826..f30c29149 100644 --- a/src/kernel/qrichtext_p.h +++ b/src/kernel/qrichtext_p.h @@ -69,7 +69,7 @@ #include "tqobject.h" #include "ntqdict.h" #include "ntqpixmap.h" -#include "ntqstylesheet.h" +#include "tqstylesheet.h" #include "tqptrvector.h" #include "ntqpainter.h" #include "ntqlayout.h" diff --git a/src/kernel/qsizegrip.cpp b/src/kernel/qsizegrip.cpp index a6629ecf6..f4528c3b9 100644 --- a/src/kernel/qsizegrip.cpp +++ b/src/kernel/qsizegrip.cpp @@ -44,7 +44,7 @@ #include "ntqpainter.h" #include "ntqapplication.h" -#include "ntqstyle.h" +#include "tqstyle.h" #if defined(TQ_WS_X11) #include "qt_x11_p.h" diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index a021a33fe..d22498131 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -75,8 +75,8 @@ kernel { $$KERNEL_H/ntqsizepolicy.h \ $$KERNEL_H/ntqsocketnotifier.h \ $$KERNEL_H/ntqsound.h \ - $$KERNEL_H/ntqstyle.h \ - $$KERNEL_H/ntqstylesheet.h \ + $$KERNEL_H/tqstyle.h \ + $$KERNEL_H/tqstylesheet.h \ $$KERNEL_H/ntqthread.h \ $$KERNEL_H/ntqtimer.h \ $$KERNEL_H/ntqurl.h \ @@ -245,10 +245,10 @@ kernel { $$KERNEL_CPP/qsignalmapper.cpp \ $$KERNEL_CPP/qsize.cpp \ $$KERNEL_CPP/qsizegrip.cpp \ - $$KERNEL_CPP/qstyle.cpp \ + $$KERNEL_CPP/tqstyle.cpp \ $$KERNEL_CPP/qsocketnotifier.cpp \ $$KERNEL_CPP/qsound.cpp \ - $$KERNEL_CPP/qstylesheet.cpp \ + $$KERNEL_CPP/tqstylesheet.cpp \ $$KERNEL_CPP/qthread.cpp \ $$KERNEL_CPP/qtimer.cpp \ $$KERNEL_CPP/qurl.cpp \ diff --git a/src/kernel/qt_pch.h b/src/kernel/qt_pch.h index 4041d1847..a4655ff25 100644 --- a/src/kernel/qt_pch.h +++ b/src/kernel/qt_pch.h @@ -37,7 +37,7 @@ #include <tqptrlist.h> #include <tqstring.h> #include <tqstringlist.h> -#include <ntqstyle.h> +#include <tqstyle.h> #include <ntqtimer.h> #include <tqwidget.h> diff --git a/src/kernel/tqobject.cpp b/src/kernel/tqobject.cpp index b87fd8d07..d50b48e85 100644 --- a/src/kernel/tqobject.cpp +++ b/src/kernel/tqobject.cpp @@ -50,7 +50,7 @@ #include "tqptrvector.h" // TQStyleControlElementData -#include "ntqstyle.h" +#include "tqstyle.h" #ifdef TQT_THREAD_SUPPORT #include "ntqmutex.h" diff --git a/src/kernel/qstyle.cpp b/src/kernel/tqstyle.cpp index d45540bb8..f0c0524d6 100644 --- a/src/kernel/qstyle.cpp +++ b/src/kernel/tqstyle.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqstyle.h" +#include "tqstyle.h" #ifndef TQT_NO_STYLE #include "ntqapplication.h" #include "ntqpainter.h" @@ -251,7 +251,7 @@ TQStyleOption::TQStyleOption(TQWidget *w) : } /*! - \class TQStyleOption ntqstyle.h + \class TQStyleOption tqstyle.h \brief The TQStyleOption class specifies optional parameters for TQStyle functions. \ingroup appearance @@ -501,7 +501,7 @@ TQStyleOption::TQStyleOption(TQWidget *w) : */ /*! - \class TQStyle ntqstyle.h + \class TQStyle tqstyle.h \brief The TQStyle class specifies the look and feel of a GUI. \ingroup appearance diff --git a/src/kernel/ntqstyle.h b/src/kernel/tqstyle.h index 6fc61b456..6fc61b456 100644 --- a/src/kernel/ntqstyle.h +++ b/src/kernel/tqstyle.h diff --git a/src/kernel/qstylesheet.cpp b/src/kernel/tqstylesheet.cpp index b1e9ac795..2af221100 100644 --- a/src/kernel/qstylesheet.cpp +++ b/src/kernel/tqstylesheet.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqstylesheet.h" +#include "tqstylesheet.h" #ifndef TQT_NO_RICHTEXT @@ -78,7 +78,7 @@ public: }; /*! - \class TQStyleSheetItem ntqstylesheet.h + \class TQStyleSheetItem tqstylesheet.h \brief The TQStyleSheetItem class provides an encapsulation of a set of text styles. \ingroup text @@ -855,7 +855,7 @@ int TQStyleSheetItem::lineSpacing() const /*! - \class TQStyleSheet ntqstylesheet.h + \class TQStyleSheet tqstylesheet.h \ingroup text \brief The TQStyleSheet class is a collection of styles for rich text rendering and a generator of tags. diff --git a/src/kernel/ntqstylesheet.h b/src/kernel/tqstylesheet.h index 1c12775cc..1c12775cc 100644 --- a/src/kernel/ntqstylesheet.h +++ b/src/kernel/tqstylesheet.h diff --git a/src/kernel/tqwidget.cpp b/src/kernel/tqwidget.cpp index 118429a11..f4f1a8b1c 100644 --- a/src/kernel/tqwidget.cpp +++ b/src/kernel/tqwidget.cpp @@ -51,9 +51,9 @@ #include "qapplication_p.h" #include "ntqbrush.h" #include "ntqlayout.h" -#include "ntqstylefactory.h" +#include "tqstylefactory.h" #include "ntqcleanuphandler.h" -#include "ntqstyle.h" +#include "tqstyle.h" #include "ntqmetaobject.h" #include "ntqguardedptr.h" #if defined(TQT_THREAD_SUPPORT) |