diff options
Diffstat (limited to 'parts/documentation/plugins/custom/doccustomplugin.h')
-rw-r--r-- | parts/documentation/plugins/custom/doccustomplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/plugins/custom/doccustomplugin.h b/parts/documentation/plugins/custom/doccustomplugin.h index 33efec8f..cabd2554 100644 --- a/parts/documentation/plugins/custom/doccustomplugin.h +++ b/parts/documentation/plugins/custom/doccustomplugin.h @@ -24,7 +24,7 @@ class DocCustomPlugin : public DocumentationPlugin { public: - DocCustomPlugin(TQObject* tqparent, const char* name, const TQStringList args = TQStringList()); + DocCustomPlugin(TQObject* parent, const char* name, const TQStringList args = TQStringList()); ~DocCustomPlugin(); virtual TQString pluginName() const; |