diff options
Diffstat (limited to 'lib/compatibility/knewstuff/knewstuffgeneric.h')
-rw-r--r-- | lib/compatibility/knewstuff/knewstuffgeneric.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compatibility/knewstuff/knewstuffgeneric.h b/lib/compatibility/knewstuff/knewstuffgeneric.h index 6347bf53..fb75323f 100644 --- a/lib/compatibility/knewstuff/knewstuffgeneric.h +++ b/lib/compatibility/knewstuff/knewstuffgeneric.h @@ -46,9 +46,9 @@ class KDE_EXPORT KNewStuffGeneric : public KNewStuff Constructor. @param type a Hotstuff data type such as "korganizer/calendar" - @param parent the parent window. + @param tqparent the tqparent window. */ - KNewStuffGeneric( const TQString &type, TQWidget *parent = 0 ); + KNewStuffGeneric( const TQString &type, TQWidget *tqparent = 0 ); ~KNewStuffGeneric(); /** |