diff options
Diffstat (limited to 'lib/compatibility/knewstuff/knewstuffgeneric.cpp')
-rw-r--r-- | lib/compatibility/knewstuff/knewstuffgeneric.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compatibility/knewstuff/knewstuffgeneric.cpp b/lib/compatibility/knewstuff/knewstuffgeneric.cpp index 66878137..c7b4b855 100644 --- a/lib/compatibility/knewstuff/knewstuffgeneric.cpp +++ b/lib/compatibility/knewstuff/knewstuffgeneric.cpp @@ -37,8 +37,8 @@ using namespace std; -KNewStuffGeneric::KNewStuffGeneric( const TQString &type, TQWidget *tqparent ) - : KNewStuff( type, tqparent ) +KNewStuffGeneric::KNewStuffGeneric( const TQString &type, TQWidget *parent ) + : KNewStuff( type, parent ) { mConfig = KGlobal::config(); } |