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 82c767f0c..402f096bd 100644
--- a/doc/changes.doc
+++ b/doc/changes.doc
@@ -131,7 +131,7 @@ loading of shared libraries. Access to the shared libraries uses a
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,
+implement the relevant interfaces, e.g. TQStyleFactoryInterface,
TQSqlDriverInterface or TQTextCodecInterface. 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.