summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/pointedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/pointedit.cpp')
-rw-r--r--lib/koproperty/editors/pointedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/editors/pointedit.cpp b/lib/koproperty/editors/pointedit.cpp
index d251e969..6983dd68 100644
--- a/lib/koproperty/editors/pointedit.cpp
+++ b/lib/koproperty/editors/pointedit.cpp
@@ -34,8 +34,8 @@
using namespace KoProperty;
-PointEdit::PointEdit(Property *property, TQWidget *tqparent, const char *name)
- : Widget(property, tqparent, name)
+PointEdit::PointEdit(Property *property, TQWidget *parent, const char *name)
+ : Widget(property, parent, name)
{
setHasBorders(false);
m_edit = new KActiveLabel(this);