diff options
Diffstat (limited to 'lib/compatibility/knewstuff/engine.h')
-rw-r--r-- | lib/compatibility/knewstuff/engine.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/compatibility/knewstuff/engine.h b/lib/compatibility/knewstuff/engine.h index 4f77daa5..31be3f9f 100644 --- a/lib/compatibility/knewstuff/engine.h +++ b/lib/compatibility/knewstuff/engine.h @@ -58,7 +58,7 @@ class Engine : public TQObject @param newStuff a KNewStuff object @param type the Hotstuff data type such as "korganizer/calendar" - @param parentWidget the tqparent window + @param parentWidget the parent window */ Engine( KNewStuff *newStuff, const TQString &type, TQWidget *parentWidget = 0 ); /** @@ -67,7 +67,7 @@ class Engine : public TQObject @param newStuff a KNewStuff object @param type the Hotstuff data type such as "korganizer/calendar" @param providerList the URL of the provider list - @param parentWidget the tqparent window + @param parentWidget the parent window */ Engine( KNewStuff *newStuff, const TQString &type, const TQString &providerList, TQWidget *parentWidget = 0 ); @@ -84,9 +84,9 @@ class Engine : public TQObject TQString type() const { return mType; } /** - Returns the previously set tqparent widget. + Returns the previously set parent widget. - @return tqparent widget + @return parent widget */ TQWidget *parentWidget() const { return mParentWidget; } |