summaryrefslogtreecommitdiffstats
path: root/kword/dtd
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-09 18:58:02 +0900
committerMichele Calgaro <[email protected]>2024-03-17 21:16:45 +0900
commit7a7827396f90ad06945cd5a367f93d8ffd380e0f (patch)
treec812fa6c9a336fac31583724535fbcf8fd0e5ae0 /kword/dtd
parentea7a0b4d73337e0e30678300466e668179241348 (diff)
downloadkoffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.tar.gz
koffice-7a7827396f90ad06945cd5a367f93d8ffd380e0f.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kword/dtd')
-rw-r--r--kword/dtd/kword.dtd4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/dtd/kword.dtd b/kword/dtd/kword.dtd
index b0ccef2d..7ad9172e 100644
--- a/kword/dtd/kword.dtd
+++ b/kword/dtd/kword.dtd
@@ -54,7 +54,7 @@ Please write publicly available KWord documents only in one of these two encodin
Of course, if you do not use UTF-8, replace any occurrence of UTF-8 in the text below by the
encoding that you have chosen. And please be sure to correctly define the XML declaration <?xml
-(Sorry, ISO-10646-UCS4 (also known as UTF-32) is not available, as QT cannot handle it.)
+(Sorry, ISO-10646-UCS4 (also known as UTF-32) is not available, as TQt cannot handle it.)
Some basic notes on XML
=======================
@@ -1227,7 +1227,7 @@ don't put a </?xml...> at the end of the file!).
<!ELEMENT DATASOURCE
ANY>
<!--
-For the QtSQL-power-plugin, the contents of DATASOURCE is
+For the TQtSQL-power-plugin, the contents of DATASOURCE is
(DEFINITION,SAMPLERECORD)
DEFINITION is (DATABASE,QUERY)
DATABASE has port, driver, username, databasename, hostname attributes.