summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/htmlexport/stringthemeparameter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/htmlexport/stringthemeparameter.cpp')
-rw-r--r--kipi-plugins/htmlexport/stringthemeparameter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/htmlexport/stringthemeparameter.cpp b/kipi-plugins/htmlexport/stringthemeparameter.cpp
index 8ad7f1c..1be630e 100644
--- a/kipi-plugins/htmlexport/stringthemeparameter.cpp
+++ b/kipi-plugins/htmlexport/stringthemeparameter.cpp
@@ -29,8 +29,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
namespace KIPIHTMLExport {
-TQWidget* StringThemeParameter::createWidget(TQWidget* tqparent, const TQString& value) const {
- TQLineEdit* edit = new TQLineEdit(tqparent);
+TQWidget* StringThemeParameter::createWidget(TQWidget* parent, const TQString& value) const {
+ TQLineEdit* edit = new TQLineEdit(parent);
edit->setText(value);
return edit;