summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/psymbolcombo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/propeditor/psymbolcombo.cpp')
-rw-r--r--lib/widgets/propeditor/psymbolcombo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/propeditor/psymbolcombo.cpp b/lib/widgets/propeditor/psymbolcombo.cpp
index 087f7a8d..7e79945a 100644
--- a/lib/widgets/propeditor/psymbolcombo.cpp
+++ b/lib/widgets/propeditor/psymbolcombo.cpp
@@ -35,8 +35,8 @@
namespace PropertyLib{
-PSymbolCombo::PSymbolCombo(MultiProperty *property, TQWidget *tqparent, const char *name)
- :PropertyWidget(property, tqparent, name)
+PSymbolCombo::PSymbolCombo(MultiProperty *property, TQWidget *parent, const char *name)
+ :PropertyWidget(property, parent, name)
{
l = new TQHBoxLayout(this);
m_edit = new KLineEdit(this);