summaryrefslogtreecommitdiffstats
path: root/lib/widgets/propeditor/propertywidgetproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/propeditor/propertywidgetproxy.cpp')
-rw-r--r--lib/widgets/propeditor/propertywidgetproxy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/propeditor/propertywidgetproxy.cpp b/lib/widgets/propeditor/propertywidgetproxy.cpp
index 813708ca..27f2a49c 100644
--- a/lib/widgets/propeditor/propertywidgetproxy.cpp
+++ b/lib/widgets/propeditor/propertywidgetproxy.cpp
@@ -26,8 +26,8 @@
namespace PropertyLib{
-PropertyWidgetProxy::PropertyWidgetProxy(TQWidget *parent, const char *name)
- :TQWidget(parent, name), mp(0), m_propertyType(Property::Invalid), m_editor(0)
+PropertyWidgetProxy::PropertyWidgetProxy(TQWidget *tqparent, const char *name)
+ :TQWidget(tqparent, name), mp(0), m_propertyType(Property::Invalid), m_editor(0)
{
p = new Property();
m_layout = new TQHBoxLayout(this, 0, 0);