summaryrefslogtreecommitdiffstats
path: root/src/widgets/qdoctwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-08 00:08:40 -0600
committerTimothy Pearson <[email protected]>2011-11-08 00:08:40 -0600
commitba18a0dd03be4c063d27deab4cd864a189ea705a (patch)
tree4839433d53f6dc59d33073d06795e4fe8d146a31 /src/widgets/qdoctwindow.cpp
parentf9999295436181941bd9c185c880ffcffe15b3d1 (diff)
downloadqt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.tar.gz
qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'src/widgets/qdoctwindow.cpp')
-rw-r--r--src/widgets/qdoctwindow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/qdoctwindow.cpp b/src/widgets/qdoctwindow.cpp
index 0f80a92..8646ec9 100644
--- a/src/widgets/qdoctwindow.cpp
+++ b/src/widgets/qdoctwindow.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "qdoctwindow.h"
+#include "qdockwindow.h"
#ifndef QT_NO_MAINWINDOW
#include "qdesktopwidget.h"
@@ -702,7 +702,7 @@ void QDockWindowTitleBar::mouseDoubleClickEvent( QMouseEvent * )
}
/*!
- \class QDockWindow qdoctwindow.h
+ \class QDockWindow qdockwindow.h
\brief The QDockWindow class provides a widget which can be docked
inside a QDockArea or floated as a top level window on the
desktop.
@@ -718,7 +718,7 @@ void QDockWindowTitleBar::mouseDoubleClickEvent( QMouseEvent * )
\img qmainwindow-qdockareas.png QDockWindows in a QDockArea
\caption Two QDockWindows (\l{QToolBar}s) in a \l QDockArea
- \img qdoctwindow.png A QDockWindow
+ \img qdockwindow.png A QDockWindow
\caption A Floating QDockWindow
If the user drags the dock window into the dock area the dock
@@ -2118,6 +2118,6 @@ void QDockWindow::contextMenuEvent( QContextMenuEvent *e )
e->ignore();
}
-#include "qdoctwindow.moc"
+#include "qdockwindow.moc"
#endif //QT_NO_MAINWINDOW