diff options
Diffstat (limited to 'src/widgets/tqtoolbar.cpp')
-rw-r--r-- | src/widgets/tqtoolbar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/tqtoolbar.cpp b/src/widgets/tqtoolbar.cpp index a2cfdbf1c..43281cf9a 100644 --- a/src/widgets/tqtoolbar.cpp +++ b/src/widgets/tqtoolbar.cpp @@ -48,7 +48,7 @@ #include "tqframe.h" #include "tqobjectlist.h" #include "tqpainter.h" -#include "ntqdrawutil.h" +#include "tqdrawutil.h" #include "tqtoolbutton.h" #include "tqpopupmenu.h" #include "tqcombobox.h" @@ -258,7 +258,7 @@ void TQToolBarSeparator::paintEvent( TQPaintEvent * ) in the example above) as a child of a TQMainWindow the toolbar will be added to the top dock area. You can move it to another dock area (or float it) by calling TQMainWindow::moveDockWindow(). TQDock - areas lay out their windows in \link ntqdockarea.html#lines + areas lay out their windows in \link tqdockarea.html#lines Lines\endlink. If the main window is resized so that the area occupied by the @@ -284,7 +284,7 @@ void TQToolBarSeparator::paintEvent( TQPaintEvent * ) You can use the clear() method to remove all items from a toolbar. - \img qdockwindow.png Toolbar (dock window) + \img tqdockwindow.png Toolbar (dock window) \caption A floating TQToolbar (dock window) \sa TQToolButton TQMainWindow \link http://www.iarchitect.com/visual.htm Parts of Isys on Visual Design\endlink \link guibooks.html#fowler GUI Design Handbook: Tool Bar\endlink. |