diff options
Diffstat (limited to 'systemsettings/kcmultiwidget.h')
-rw-r--r-- | systemsettings/kcmultiwidget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/systemsettings/kcmultiwidget.h b/systemsettings/kcmultiwidget.h index 181ba4e..ac68c78 100644 --- a/systemsettings/kcmultiwidget.h +++ b/systemsettings/kcmultiwidget.h @@ -46,24 +46,24 @@ public: /** * Constructs a new KCMultiWidget * - * @param tqparent The tqparent widget + * @param parent The parent widget * @param name The widget name * @param modal If you pass true here, the dialog will be modal **/ - KCMultiWidget( TQWidget *tqparent=0, const char *name=0, bool modal=false ); + KCMultiWidget( TQWidget *parent=0, const char *name=0, bool modal=false ); /** * Construct a personalized KCMultiWidget. * * @param dialogFace You can use TreeList, Tabbed, Plain, Swallow or * IconList. - * @param tqparent Parent of the dialog. + * @param parent Parent of the dialog. * @param name Dialog name (for internal use only). * @param modal Controls dialog modality. If @p false, the rest of the * program interface (example: other dialogs) is accessible while * the dialog is open. */ - KCMultiWidget( int dialogFace, TQWidget * tqparent = 0, + KCMultiWidget( int dialogFace, TQWidget * parent = 0, const char * name = 0, bool modal = false ); |