diff options
Diffstat (limited to 'lib/koproperty/widgetproxy.cpp')
-rw-r--r-- | lib/koproperty/widgetproxy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/widgetproxy.cpp b/lib/koproperty/widgetproxy.cpp index 94656038..a4558319 100644 --- a/lib/koproperty/widgetproxy.cpp +++ b/lib/koproperty/widgetproxy.cpp @@ -44,8 +44,8 @@ class WidgetProxyPrivate using namespace KoProperty; -WidgetProxy::WidgetProxy(TQWidget *tqparent, const char *name) - : TQWidget(tqparent, name) +WidgetProxy::WidgetProxy(TQWidget *parent, const char *name) + : TQWidget(parent, name) { d = new WidgetProxyPrivate(); d->property = new Property(); |