From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- src/tools/qfeatures.txt | 6 +++--- src/tools/qunicodetables.cpp | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/tools') 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 -- cgit v1.2.3