diff options
Diffstat (limited to 'libkdepim/komposer/core/plugin.h')
-rw-r--r-- | libkdepim/komposer/core/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdepim/komposer/core/plugin.h b/libkdepim/komposer/core/plugin.h index bb62f3224..7acd7f70f 100644 --- a/libkdepim/komposer/core/plugin.h +++ b/libkdepim/komposer/core/plugin.h @@ -64,7 +64,7 @@ namespace Komposer Core *core() const; protected: friend class PluginManager; - Plugin( TQObject *tqparent, const char *name, const TQStringList& args = TQStringList() ); + Plugin( TQObject *parent, const char *name, const TQStringList& args = TQStringList() ); private: class Private; |