summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/combobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/combobox.cpp')
-rw-r--r--lib/koproperty/editors/combobox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/editors/combobox.cpp b/lib/koproperty/editors/combobox.cpp
index 661aa1e02..343a9ed9b 100644
--- a/lib/koproperty/editors/combobox.cpp
+++ b/lib/koproperty/editors/combobox.cpp
@@ -31,8 +31,8 @@
using namespace KoProperty;
-ComboBox::ComboBox(Property *property, TQWidget *tqparent, const char *name)
- : Widget(property, tqparent, name)
+ComboBox::ComboBox(Property *property, TQWidget *parent, const char *name)
+ : Widget(property, parent, name)
, m_setValueEnabled(true)
{
TQHBoxLayout *l = new TQHBoxLayout(this, 0, 0);