diff options
Diffstat (limited to 'lib/koproperty/widget.cpp')
-rw-r--r-- | lib/koproperty/widget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/widget.cpp b/lib/koproperty/widget.cpp index dd44c2b0..b0169a96 100644 --- a/lib/koproperty/widget.cpp +++ b/lib/koproperty/widget.cpp @@ -55,8 +55,8 @@ class WidgetPrivate }; } -Widget::Widget(Property *property, TQWidget *tqparent, const char *name) - : TQWidget(tqparent, name) +Widget::Widget(Property *property, TQWidget *parent, const char *name) + : TQWidget(parent, name) { d = new WidgetPrivate(); d->property = property; |