diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-05-07 21:58:34 -0500 |
commit | c740211ffba3330d951f4c3ddefea8edf23a01cd (patch) | |
tree | 0a8b7641d3c5b576d18a2f7912c75fc600f494e2 /src/widgets/qtoolbar.cpp | |
parent | 8a4eacb6185de3653f6ae401c352aef833a9e72a (diff) | |
download | tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz tqt3-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip |
Automated update from Qt3
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 ) |