diff options
Diffstat (limited to 'lib/kofficecore/KoDetailsPane.h')
| -rw-r--r-- | lib/kofficecore/KoDetailsPane.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/kofficecore/KoDetailsPane.h b/lib/kofficecore/KoDetailsPane.h index bee6f14ac..7264cd788 100644 --- a/lib/kofficecore/KoDetailsPane.h +++ b/lib/kofficecore/KoDetailsPane.h @@ -40,7 +40,7 @@ class KoTemplatesPanePrivate; /** * This widget is the right-side part of the template opening widget. - * The tqparent widget is initial widget in the document space of each KOffice component. + * The parent widget is initial widget in the document space of each KOffice component. * This widget shows a list of templates and can show their details or open it. */ class KoTemplatesPane : public KoDetailsPaneBase @@ -50,13 +50,13 @@ class KoTemplatesPane : public KoDetailsPaneBase public: /** * Constructor. - * @param tqparent the tqparent widget + * @param parent the parent widget * @param instance the instance object for the app * @param group the group of templates this widget will show. * @param defaultTemplate pointer to the default template. Used to select a * template when none has been selected before. */ - KoTemplatesPane(TQWidget* tqparent, KInstance* instance, + KoTemplatesPane(TQWidget* parent, KInstance* instance, KoTemplateGroup* group, KoTemplate* defaultTemplate); ~KoTemplatesPane(); @@ -91,7 +91,7 @@ class KoTemplatesPane : public KoDetailsPaneBase /** * This widget is the recent doc part of the template opening widget. - * The tqparent widget is initial widget in the document space of each KOffice component. + * The parent widget is initial widget in the document space of each KOffice component. * This widget shows a list of recent documents and can show their details or open it. */ class KoRecentDocumentsPane : public KoDetailsPaneBase @@ -101,10 +101,10 @@ class KoRecentDocumentsPane : public KoDetailsPaneBase public: /** * Constructor. - * @param tqparent the tqparent widget + * @param parent the parent widget * @param instance the instance object for the app */ - KoRecentDocumentsPane(TQWidget* tqparent, KInstance* instance); + KoRecentDocumentsPane(TQWidget* parent, KInstance* instance); ~KoRecentDocumentsPane(); virtual bool eventFilter(TQObject* watched, TQEvent* e); |
