diff options
author | Timothy Pearson <[email protected]> | 2011-11-08 00:08:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-08 00:08:40 -0600 |
commit | ba18a0dd03be4c063d27deab4cd864a189ea705a (patch) | |
tree | 4839433d53f6dc59d33073d06795e4fe8d146a31 /src/widgets/qtoolbutton.cpp | |
parent | f9999295436181941bd9c185c880ffcffe15b3d1 (diff) | |
download | qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.tar.gz qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'src/widgets/qtoolbutton.cpp')
-rw-r--r-- | src/widgets/qtoolbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qtoolbutton.cpp b/src/widgets/qtoolbutton.cpp index 72faaa7..f11b613 100644 --- a/src/widgets/qtoolbutton.cpp +++ b/src/widgets/qtoolbutton.cpp @@ -116,7 +116,7 @@ public: QToolButton you can set a popup menu using setPopup(). The default delay is 600ms; you can adjust it with setPopupDelay(). - \img qdoctwindow.png Toolbar with Toolbuttons \caption A floating + \img qdockwindow.png Toolbar with Toolbuttons \caption A floating QToolbar with QToolbuttons \sa QPushButton QToolBar QMainWindow \link guibooks.html#fowler |