diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 14:55:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-12 19:18:49 +0900 |
commit | ccbc1c3572fd0e26480c1432fff55d2909545538 (patch) | |
tree | 2bdcb0d8d91d9fc3fbfc476fa6f31b9e25a9ad49 /src/kernel | |
parent | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (diff) | |
download | tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.tar.gz tqt3-ccbc1c3572fd0e26480c1432fff55d2909545538.zip |
Rename icon 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/ntqstyle.h | 2 | ||||
-rw-r--r-- | src/kernel/ntqt.h | 4 | ||||
-rw-r--r-- | src/kernel/qt_kernel.pri | 4 | ||||
-rw-r--r-- | src/kernel/qvariant.cpp | 2 | ||||
-rw-r--r-- | src/kernel/tqiconset.cpp (renamed from src/kernel/qiconset.cpp) | 2 | ||||
-rw-r--r-- | src/kernel/tqiconset.h (renamed from src/kernel/ntqiconset.h) | 0 |
6 files changed, 7 insertions, 7 deletions
diff --git a/src/kernel/ntqstyle.h b/src/kernel/ntqstyle.h index d4288aa33..6fc61b456 100644 --- a/src/kernel/ntqstyle.h +++ b/src/kernel/ntqstyle.h @@ -44,7 +44,7 @@ #include "tqobject.h" #include "ntqpixmap.h" #include "ntqcolor.h" -#include "ntqiconset.h" +#include "tqiconset.h" #include "ntqtabbar.h" #include "ntqtoolbutton.h" #endif // QT_H diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h index 3e62736f3..78ce0ca55 100644 --- a/src/kernel/ntqt.h +++ b/src/kernel/ntqt.h @@ -68,7 +68,7 @@ #include "tqtextcodec.h" #include "ntqpixmap.h" #include <ntqtabbar.h> -#include "ntqiconset.h" +#include "tqiconset.h" #include "ntqbutton.h" #include <ntqtoolbutton.h> #include "ntqstyle.h" @@ -151,7 +151,7 @@ #include <ntqlistview.h> #include "ntqpen.h" #include "ntqdragobject.h" -#include <ntqiconview.h> +#include <tqiconview.h> #include <ntqpixmapcache.h> #include <ntqplatinumstyle.h> #include <ntqpngio.h> diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri index 5f20c7111..a021a33fe 100644 --- a/src/kernel/qt_kernel.pri +++ b/src/kernel/qt_kernel.pri @@ -31,7 +31,7 @@ kernel { $$KERNEL_H/ntqfontmetrics.h \ $$KERNEL_H/ntqguardedptr.h \ $$KERNEL_H/ntqgif.h \ - $$KERNEL_H/ntqiconset.h \ + $$KERNEL_H/tqiconset.h \ $$KERNEL_H/tqimage.h \ $$KERNEL_P/tqimageformatinterface_p.h \ $$KERNEL_H/tqimageformatplugin.h \ @@ -215,7 +215,7 @@ kernel { $$KERNEL_CPP/qfont.cpp \ $$KERNEL_CPP/qfontdatabase.cpp \ $$KERNEL_CPP/qguardedptr.cpp \ - $$KERNEL_CPP/qiconset.cpp \ + $$KERNEL_CPP/tqiconset.cpp \ $$KERNEL_CPP/tqimage.cpp \ $$KERNEL_CPP/tqimageformatplugin.cpp \ $$KERNEL_CPP/qkeysequence.cpp \ diff --git a/src/kernel/qvariant.cpp b/src/kernel/qvariant.cpp index 3665062c1..d3782f483 100644 --- a/src/kernel/qvariant.cpp +++ b/src/kernel/qvariant.cpp @@ -53,7 +53,7 @@ #include "ntqsize.h" #include "ntqcolor.h" #include "ntqpalette.h" -#include "ntqiconset.h" +#include "tqiconset.h" #include "ntqdatastream.h" #include "ntqregion.h" #include "ntqpointarray.h" diff --git a/src/kernel/qiconset.cpp b/src/kernel/tqiconset.cpp index 0b17d6193..6bbf4c17a 100644 --- a/src/kernel/qiconset.cpp +++ b/src/kernel/tqiconset.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "ntqiconset.h" +#include "tqiconset.h" #ifndef TQT_NO_ICONSET diff --git a/src/kernel/ntqiconset.h b/src/kernel/tqiconset.h index 66fc71146..66fc71146 100644 --- a/src/kernel/ntqiconset.h +++ b/src/kernel/tqiconset.h |