diff options
author | Timothy Pearson <[email protected]> | 2011-11-07 20:21:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-07 20:21:54 -0600 |
commit | 04fcdc080321c9531c5b61e6f216d3967f2d39ef (patch) | |
tree | 0e728cf3c135ec5b4cf54d54cb87f260edfcb342 /src/widgets/qdockwindow.cpp | |
parent | d71a83ef0d306b8e23b2be5baa3e347116ba8253 (diff) | |
download | qt3-04fcdc080321c9531c5b61e6f216d3967f2d39ef.tar.gz qt3-04fcdc080321c9531c5b61e6f216d3967f2d39ef.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'src/widgets/qdockwindow.cpp')
-rw-r--r-- | src/widgets/qdockwindow.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/qdockwindow.cpp b/src/widgets/qdockwindow.cpp index 8646ec9..0f80a92 100644 --- a/src/widgets/qdockwindow.cpp +++ b/src/widgets/qdockwindow.cpp @@ -38,7 +38,7 @@ ** **********************************************************************/ -#include "qdockwindow.h" +#include "qdoctwindow.h" #ifndef QT_NO_MAINWINDOW #include "qdesktopwidget.h" @@ -702,7 +702,7 @@ void QDockWindowTitleBar::mouseDoubleClickEvent( QMouseEvent * ) } /*! - \class QDockWindow qdockwindow.h + \class QDockWindow qdoctwindow.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 qdockwindow.png A QDockWindow + \img qdoctwindow.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 "qdockwindow.moc" +#include "qdoctwindow.moc" #endif //QT_NO_MAINWINDOW |