summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/htmlexport/colorthemeparameter.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/htmlexport/colorthemeparameter.h')
-rw-r--r--kipi-plugins/htmlexport/colorthemeparameter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/htmlexport/colorthemeparameter.h b/kipi-plugins/htmlexport/colorthemeparameter.h
index 5a62395..44dab93 100644
--- a/kipi-plugins/htmlexport/colorthemeparameter.h
+++ b/kipi-plugins/htmlexport/colorthemeparameter.h
@@ -36,7 +36,7 @@ namespace KIPIHTMLExport {
*/
class ColorThemeParameter : public AbstractThemeParameter {
public:
- virtual TQWidget* createWidget(TQWidget* tqparent, const TQString& value) const;
+ virtual TQWidget* createWidget(TQWidget* parent, const TQString& value) const;
virtual TQString valueFromWidget(TQWidget*) const;
};