summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/editors/urledit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/editors/urledit.cpp')
-rw-r--r--lib/koproperty/editors/urledit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/editors/urledit.cpp b/lib/koproperty/editors/urledit.cpp
index fc16268f..8c150de2 100644
--- a/lib/koproperty/editors/urledit.cpp
+++ b/lib/koproperty/editors/urledit.cpp
@@ -31,8 +31,8 @@
using namespace KoProperty;
-URLEdit::URLEdit(Property *property, TQWidget *tqparent, const char *name)
- : Widget(property, tqparent, name)
+URLEdit::URLEdit(Property *property, TQWidget *parent, const char *name)
+ : Widget(property, parent, name)
{
TQHBoxLayout *l = new TQHBoxLayout(this, 0, 0);
m_edit = new KURLRequester(this);