summaryrefslogtreecommitdiffstats
path: root/kword/dtd/kword.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'kword/dtd/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 b0ccef2df..7ad9172e4 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.