summaryrefslogtreecommitdiffstats
path: root/src/tools/qunicodetables.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 19:46:30 +0900
commit69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch)
tree7b133311a4d5e5394f2612dced305f815c04847b /src/tools/qunicodetables.cpp
parente07baa10b7b8e7105e02a621efadac67216c61ed (diff)
downloadtqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz
tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tools/qunicodetables.cpp')
-rw-r--r--src/tools/qunicodetables.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/qunicodetables.cpp b/src/tools/qunicodetables.cpp
index 8e9b5c1d3..d4d7fc2a1 100644
--- a/src/tools/qunicodetables.cpp
+++ b/src/tools/qunicodetables.cpp
@@ -234,7 +234,7 @@ for $row ( 0..255 ) {
}
print "// START OF GENERATED DATA\n\n";
-print "#ifndef QT_NO_UNICODETABLES\n\n";
+print "#ifndef TQT_NO_UNICODETABLES\n\n";
# Print pages...
#
@@ -579,7 +579,7 @@ __END__
// START OF GENERATED DATA
-#ifndef QT_NO_UNICODETABLES
+#ifndef TQT_NO_UNICODETABLES
const TQ_UINT8 TQUnicodeTables::unicode_info[] = {
1, 2, 3, 4, 5, 6, 7, 8,
@@ -11403,7 +11403,7 @@ const TQ_INT8 TQUnicodeTables::decimal_info[] = {
#endif
-#ifdef QT_NO_UNICODETABLES
+#ifdef TQT_NO_UNICODETABLES
const TQ_UINT8 TQUnicodeTables::latin1_line_break_info[] = {
19, 19, 19, 19, 19, 19, 19, 19,
@@ -12936,7 +12936,7 @@ const TQ_UINT8 TQUnicodeTables::line_break_info[] = {
-#ifndef QT_NO_UNICODETABLES
+#ifndef TQT_NO_UNICODETABLES
const TQ_UINT16 TQUnicodeTables::symmetricPairs[] = {
0x0028, 0x0029, 0x003C, 0x003E, 0x005B, 0x005D, 0x007B, 0x007D,
0x00AB, 0x00BB, 0x2039, 0x203A, 0x2045, 0x2046, 0x207D, 0x207E,