summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/htmlexport/abstractthemeparameter.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/htmlexport/abstractthemeparameter.h')
-rw-r--r--kipi-plugins/htmlexport/abstractthemeparameter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/htmlexport/abstractthemeparameter.h b/kipi-plugins/htmlexport/abstractthemeparameter.h
index 5127232..97d8a88 100644
--- a/kipi-plugins/htmlexport/abstractthemeparameter.h
+++ b/kipi-plugins/htmlexport/abstractthemeparameter.h
@@ -54,7 +54,7 @@ public:
* This method should return a TQWidget representing the parameter,
* initialized with value.
*/
- virtual TQWidget* createWidget(TQWidget* tqparent, const TQString& value) const = 0;
+ virtual TQWidget* createWidget(TQWidget* parent, const TQString& value) const = 0;
/**
* The opposite of createWidget: given a widget previously created with