diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/widgets/qtoolbar.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/widgets/qtoolbar.cpp')
-rw-r--r-- | src/widgets/qtoolbar.cpp | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/widgets/qtoolbar.cpp b/src/widgets/qtoolbar.cpp index 103c3b429..024ad323d 100644 --- a/src/widgets/qtoolbar.cpp +++ b/src/widgets/qtoolbar.cpp @@ -38,23 +38,23 @@ ** **********************************************************************/ -#include "qtoolbar.h" +#include "ntqtoolbar.h" #ifndef QT_NO_TOOLBAR -#include "qmainwindow.h" -#include "qtooltip.h" -#include "qcursor.h" -#include "qlayout.h" -#include "qframe.h" -#include "qobjectlist.h" -#include "qpainter.h" -#include "qdrawutil.h" -#include "qtoolbutton.h" -#include "qpopupmenu.h" -#include "qcombobox.h" -#include "qtimer.h" -#include "qwidgetlist.h" -#include "qstyle.h" +#include "ntqmainwindow.h" +#include "ntqtooltip.h" +#include "ntqcursor.h" +#include "ntqlayout.h" +#include "ntqframe.h" +#include "ntqobjectlist.h" +#include "ntqpainter.h" +#include "ntqdrawutil.h" +#include "ntqtoolbutton.h" +#include "ntqpopupmenu.h" +#include "ntqcombobox.h" +#include "ntqtimer.h" +#include "ntqwidgetlist.h" +#include "ntqstyle.h" static const char * const arrow_v_xpm[] = { "7 9 3 1", @@ -211,7 +211,7 @@ void TQToolBarSeparator::paintEvent( TQPaintEvent * ) /*! - \class TQToolBar qtoolbar.h + \class TQToolBar ntqtoolbar.h \brief The TQToolBar class provides a movable panel containing widgets such as tool buttons. @@ -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 qdockarea.html#lines + areas lay out their windows in \link ntqdockarea.html#lines Lines\endlink. If the main window is resized so that the area occupied by the |