summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/dummywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/dummywidget.cpp')
-rw-r--r--lib/koproperty/editors/dummywidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/editors/dummywidget.cpp b/lib/koproperty/editors/dummywidget.cpp
index e9fbe3c9..71c3c74e 100644
--- a/lib/koproperty/editors/dummywidget.cpp
+++ b/lib/koproperty/editors/dummywidget.cpp
@@ -24,8 +24,8 @@
using namespace KoProperty;
-DummyWidget::DummyWidget(Property *property, TQWidget *tqparent, const char *name)
- : Widget(property, tqparent, name)
+DummyWidget::DummyWidget(Property *property, TQWidget *parent, const char *name)
+ : Widget(property, parent, name)
{}
DummyWidget::~DummyWidget()