summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/pcursoredit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/propeditor/pcursoredit.cpp')
-rw-r--r--lib/widgets/propeditor/pcursoredit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/propeditor/pcursoredit.cpp b/lib/widgets/propeditor/pcursoredit.cpp
index 85aefd5e..02a2148c 100644
--- a/lib/widgets/propeditor/pcursoredit.cpp
+++ b/lib/widgets/propeditor/pcursoredit.cpp
@@ -24,8 +24,8 @@
namespace PropertyLib{
PCursorEdit::PCursorEdit(MultiProperty* property, const TQMap<TQString, TQVariant> &spValues,
- TQWidget* parent, const char* name)
- :PComboBox(property, spValues, parent, name)
+ TQWidget* tqparent, const char* name)
+ :PComboBox(property, spValues, tqparent, name)
{
}