diff options
Diffstat (limited to 'kipi-plugins/htmlexport/listthemeparameter.cpp')
-rw-r--r-- | kipi-plugins/htmlexport/listthemeparameter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/htmlexport/listthemeparameter.cpp b/kipi-plugins/htmlexport/listthemeparameter.cpp index 7a49b6d..8bae470 100644 --- a/kipi-plugins/htmlexport/listthemeparameter.cpp +++ b/kipi-plugins/htmlexport/listthemeparameter.cpp @@ -63,8 +63,8 @@ void ListThemeParameter::init(const TQCString& internalName, const KConfigBase* } } -TQWidget* ListThemeParameter::createWidget(TQWidget* tqparent, const TQString& widgetDefaultValue) const { - TQComboBox* comboBox = new TQComboBox(tqparent); +TQWidget* ListThemeParameter::createWidget(TQWidget* parent, const TQString& widgetDefaultValue) const { + TQComboBox* comboBox = new TQComboBox(parent); TQStringList::ConstIterator it = d->mOrderedValueList.begin(), |