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 13f14c580..5a62beea4 100644 --- a/kontact/interfaces/plugin.h +++ b/kontact/interfaces/plugin.h @@ -114,7 +114,7 @@ class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient TQString executableName() const; /** - Set name of library which contains the KPart used by this plugin. + Set name of library which tqcontains the KPart used by this plugin. */ void setPartLibraryName( const TQCString & ); @@ -196,7 +196,7 @@ class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient The clients name is taken from the name argument in the constructor. @note: The DCOPClient object will only be created when this method is called for the first time. Make sure that the part has been loaded - before calling this method, if it's the one that contains the DCOP + before calling this method, if it's the one that tqcontains the DCOP interface that other parts might use. */ DCOPClient *dcopClient() const; |