summaryrefslogtreecommitdiffstats
path: root/doc/changes.doc
diff options
context:
space:
mode:
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.