summaryrefslogtreecommitdiffstats
path: root/doc/changes.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changes.doc')
-rw-r--r--doc/changes.doc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/changes.doc b/doc/changes.doc
index 402f096bd..196665d7e 100644
--- a/doc/changes.doc
+++ b/doc/changes.doc
@@ -192,15 +192,15 @@ Qt 3.0 introduces the concept of Dock Windows and Dock Areas. Dock
windows are widgets, that can be attached to, and detached from, dock
areas. The commonest kind of dock window is a tool bar. Any number of
dock windows may be placed in a dock area. A main window can have dock
-areas, for example, QMainWindow provides four dock areas (top, left,
+areas, for example, TQMainWindow provides four dock areas (top, left,
bottom, right) by default. The user can freely move dock windows and
place them at a convenient place in a dock area, or drag them out of
the application and have them float freely as top level windows in
their own right. Dock windows can also be minimized or hidden.
-For developers, dock windows behave just like ordinary widgets. QToolbar
+For developers, dock windows behave just like ordinary widgets. TQToolbar
for example is now a specialized subclass of a dock window. The API
-of QMainWindow and QToolBar is source compatible with TQt 2.x, so
+of TQMainWindow and TQToolBar is source compatible with TQt 2.x, so
existing code which uses these classes will continue to work.