diff options
Diffstat (limited to 'src/widgets/qtoolbar.cpp')
-rw-r--r-- | src/widgets/qtoolbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qtoolbar.cpp b/src/widgets/qtoolbar.cpp index b465faffb..518d81c4a 100644 --- a/src/widgets/qtoolbar.cpp +++ b/src/widgets/qtoolbar.cpp @@ -219,7 +219,7 @@ void TQToolBarSeparator::paintEvent( TQPaintEvent * ) \mainclass A toolbar is a panel that contains a set of controls, usually - represented by small icons. It's purpose is to provide tquick + represented by small icons. It's purpose is to provide quick access to frequently used commands or options. Within a TQMainWindow the user can drag toolbars within and between the \link TQDockArea dock areas\endlink. Toolbars can also be dragged @@ -353,7 +353,7 @@ TQToolBar::TQToolBar( const TQString &label, TQMainWindow * mainWindow, Constructs an empty toolbar called \a name, with parent \a parent, in its \a parent's top dock area, without any label and without - retquiring a newline. + requiring a newline. */ TQToolBar::TQToolBar( TQMainWindow * parent, const char * name ) |