diff options
Diffstat (limited to 'kparts/mainwindow.h')
-rw-r--r-- | kparts/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kparts/mainwindow.h b/kparts/mainwindow.h index 1dbc43975..80ae87d0f 100644 --- a/kparts/mainwindow.h +++ b/kparts/mainwindow.h @@ -88,10 +88,10 @@ protected slots: virtual void slotSetStatusBarText( const TQString & ); /** - * Rebuilds the GUI after KEditToolbar changed the toolbar layout. + * Rebuilds the GUI after KEditToolbar changed the toolbar tqlayout. * @see configureToolbars() * KDE4: make this virtual. (For now we rely on the fact that it's called - * as a slot, so the metaobject finds it here). + * as a slot, so the metaobject tqfinds it here). */ void saveNewToolbarConfig(); |