summaryrefslogtreecommitdiffstats
path: root/src/widgets/qmainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:08:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:08:40 -0600
commitba18a0dd03be4c063d27deab4cd864a189ea705a (patch)
tree4839433d53f6dc59d33073d06795e4fe8d146a31 /src/widgets/qmainwindow.cpp
parentf9999295436181941bd9c185c880ffcffe15b3d1 (diff)
downloadqt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.tar.gz
qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'src/widgets/qmainwindow.cpp')
-rw-r--r--src/widgets/qmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qmainwindow.cpp b/src/widgets/qmainwindow.cpp
index 1b9cd8f..7ad2781 100644
--- a/src/widgets/qmainwindow.cpp
+++ b/src/widgets/qmainwindow.cpp
@@ -2049,7 +2049,7 @@ void QMainWindow::setOpaqueMoving( bool b )
being moved. If FALSE (the default) they are shown transparently,
(i.e. as an outline rectangle).
- \warning Opaque moving of toolbars and doctwindows is known to
+ \warning 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.