diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /src/tools | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/qfeatures.txt | 6 | ||||
-rw-r--r-- | src/tools/qunicodetables.cpp | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt index 2d4027527..e6c69180d 100644 --- a/src/tools/qfeatures.txt +++ b/src/tools/qfeatures.txt @@ -308,7 +308,7 @@ SeeAlso: ??? Feature: FONTDATABASE Section: Fonts Requires: STRINGLIST -Name: QFontDatabase +Name: TQFontDatabase SeeAlso: ??? Feature: TRANSLATION @@ -982,7 +982,7 @@ SeeAlso: ??? Feature: COLORDIALOG Section: Widgets Requires: DIALOG LABEL PUSHBUTTON LINEEDIT VALIDATOR GRIDVIEW LAYOUT -Name: QColorDialog +Name: TQColorDialog SeeAlso: ??? Feature: MESSAGEBOX @@ -1012,7 +1012,7 @@ SeeAlso: ??? Feature: FONTDIALOG Section: Widgets Requires: DIALOG FONTDATABASE COMBOBOX LABEL CHECKBOX PUSHBUTTON VGROUPBOX VALIDATOR -Name: QFontDialog +Name: TQFontDialog SeeAlso: ??? Feature: PRINTDIALOG diff --git a/src/tools/qunicodetables.cpp b/src/tools/qunicodetables.cpp index bb4c58a66..b442bcbff 100644 --- a/src/tools/qunicodetables.cpp +++ b/src/tools/qunicodetables.cpp @@ -13129,8 +13129,8 @@ enum Script { UnknownScript = NScripts }; -// copied form ntqfont.h, as we can't include it in tools. Do not modify without -// changing the script enum in ntqfont.h aswell. +// copied form tqfont.h, as we can't include it in tools. Do not modify without +// changing the script enum in tqfont.h aswell. const unsigned char TQUnicodeTables::otherScripts [128] = { #define SCRIPTS_02 0 0xaf, Latin, 0xff, SpacingModifiers, // row 0x02, index 0 |