diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 18:33:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 18:41:44 +0900 |
commit | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch) | |
tree | 1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /src/widgets/tqtoolbar.cpp | |
parent | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff) | |
download | tqt-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz tqt-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip |
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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. |