diff options
Diffstat (limited to 'lib/compatibility/knewstuff/providerdialog.h')
-rw-r--r-- | lib/compatibility/knewstuff/providerdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compatibility/knewstuff/providerdialog.h b/lib/compatibility/knewstuff/providerdialog.h index 7a9f8884..6ab903bd 100644 --- a/lib/compatibility/knewstuff/providerdialog.h +++ b/lib/compatibility/knewstuff/providerdialog.h @@ -49,9 +49,9 @@ class ProviderDialog : public KDialogBase Constructor. @param engine a KNewStuff engine object - @param tqparent the tqparent window + @param parent the parent window */ - ProviderDialog( Engine *engine, TQWidget *tqparent ); + ProviderDialog( Engine *engine, TQWidget *parent ); /** Clears the list of providers. |