diff options
Diffstat (limited to 'doc/man/man3')
-rw-r--r-- | doc/man/man3/QDockWindow.3qt | 2 | ||||
-rw-r--r-- | doc/man/man3/qdoctwindow.3qt | 6 | ||||
-rw-r--r-- | doc/man/man3/qmainwindow.3qt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/QDockWindow.3qt b/doc/man/man3/QDockWindow.3qt index 0bce500..e3c5ab1 100644 --- a/doc/man/man3/QDockWindow.3qt +++ b/doc/man/man3/QDockWindow.3qt @@ -1 +1 @@ -.so man3/qdoctwindow.3qt +.so man3/qdockwindow.3qt diff --git a/doc/man/man3/qdoctwindow.3qt b/doc/man/man3/qdoctwindow.3qt index 9931e8c..013f260 100644 --- a/doc/man/man3/qdoctwindow.3qt +++ b/doc/man/man3/qdoctwindow.3qt @@ -9,7 +9,7 @@ .SH NAME QDockWindow \- Widget which can be docked inside a QDockArea or floated as a top level window on the desktop .SH SYNOPSIS -\fC#include <qdoctwindow.h>\fR +\fC#include <qdockwindow.h>\fR .PP Inherits QFrame. .PP @@ -445,7 +445,7 @@ Strecthability is broken. You must call setResizeEnabled(TRUE) to get proper beh Set this property's value with setVerticallyStretchable() and get this property's value with isVerticallyStretchable(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qdoctwindow.html +.BR http://doc.trolltech.com/qdockwindow.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the @@ -466,5 +466,5 @@ supported by Trolltech. .P If you find errors in this manual page, please report them to .BR qt-bugs@trolltech.com . -Please include the name of the manual page (qdoctwindow.3qt) and the Qt +Please include the name of the manual page (qdockwindow.3qt) and the Qt version (3.3.8). diff --git a/doc/man/man3/qmainwindow.3qt b/doc/man/man3/qmainwindow.3qt index c46bf0d..711f04a 100644 --- a/doc/man/man3/qmainwindow.3qt +++ b/doc/man/man3/qmainwindow.3qt @@ -774,7 +774,7 @@ This property holds whether dock windows are moved opaquely. .PP If TRUE the dock windows of the main window are shown opaquely (i.e. it shows the toolbar as it looks when docked) whilst it is being moved. If FALSE (the default) they are shown transparently, (i.e. as an outline rectangle). .PP -\fBWarning:\fR Opaque moving of toolbars and doctwindows is known to have several problems. We recommend avoiding the use of this feature for the time being. We intend fixing the problems in a future release. +\fBWarning:\fR Opaque moving of toolbars and dockwindows is known to have several problems. We recommend avoiding the use of this feature for the time being. We intend fixing the problems in a future release. .PP Set this property's value with setOpaqueMoving() and get this property's value with opaqueMoving(). .SH "bool rightJustification" |