diff options
Diffstat (limited to 'lib/compatibility/knewstuff/provider.h')
-rw-r--r-- | lib/compatibility/knewstuff/provider.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compatibility/knewstuff/provider.h b/lib/compatibility/knewstuff/provider.h index c41a9afb..680cec4e 100644 --- a/lib/compatibility/knewstuff/provider.h +++ b/lib/compatibility/knewstuff/provider.h @@ -144,7 +144,7 @@ class Provider protected: void parseDomElement( const TQDomElement & ); - TQDomElement createDomElement( TQDomDocument &, TQDomElement &tqparent ); + TQDomElement createDomElement( TQDomDocument &, TQDomElement &parent ); private: TQString mName; @@ -169,7 +169,7 @@ class ProviderLoader : public TQObject /** * Constructor. * - * @param parentWidget the tqparent widget + * @param parentWidget the parent widget */ ProviderLoader( TQWidget *parentWidget ); |