diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:08:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:08:40 -0600 |
commit | ba18a0dd03be4c063d27deab4cd864a189ea705a (patch) | |
tree | 4839433d53f6dc59d33073d06795e4fe8d146a31 /doc/man/man3/qdoctwindow.3qt | |
parent | f9999295436181941bd9c185c880ffcffe15b3d1 (diff) | |
download | qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.tar.gz qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'doc/man/man3/qdoctwindow.3qt')
-rw-r--r-- | doc/man/man3/qdoctwindow.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
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). |