summaryrefslogtreecommitdiffstats
path: root/doc/changes.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
commit5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch)
treefa17e10b048e8e13433b861cbe98cf895b2324c7 /doc/changes.doc
parent04913ce7a46fd027856e83a96205fdc388742a19 (diff)
downloadtqt-5fffa303.tar.gz
tqt-5fffa303.zip
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/changes.doc')
-rw-r--r--doc/changes.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changes.doc b/doc/changes.doc
index 42a5f1192..5a44eb7be 100644
--- a/doc/changes.doc
+++ b/doc/changes.doc
@@ -132,7 +132,7 @@ COM-like interface. QPluginManager makes it trivial to implement
plugin support in applications. The TQt library is able to load
additional styles, database drivers and text codecs from plugins which
implement the relevant interfaces, e.g. QStyleFactoryInterface,
-QSqlDriverInterface or QTextCodecInterface. It is possible to remove
+TQSqlDriverInterface or QTextCodecInterface. It is possible to remove
unused components from the TQt library, and easy to extend any
application with 3rd party styles, database drivers or text codecs.