diff options
Diffstat (limited to 'kontact/interfaces/plugin.h')
-rw-r--r-- | kontact/interfaces/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h index f0fcc1547..c532f86f1 100644 --- a/kontact/interfaces/plugin.h +++ b/kontact/interfaces/plugin.h @@ -69,7 +69,7 @@ class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient provides the part! This is the name used for DCOP registration. It's ok to have several plugins using the same application name. */ - Plugin( Core *core, TQObject *tqparent, const char *name ); + Plugin( Core *core, TQObject *parent, const char *name ); ~Plugin(); @@ -172,7 +172,7 @@ class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient Reimplement this method if you want to add a widget for your application to Kontact's summary page. */ - virtual Summary *createSummaryWidget( TQWidget * /*tqparent*/ ) { return 0; } + virtual Summary *createSummaryWidget( TQWidget * /*parent*/ ) { return 0; } /** Returns whether the plugin provides a part that should be shown in the sidebar. |