summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/koproperty/set.h')
-rw-r--r--lib/koproperty/set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/set.h b/lib/koproperty/set.h
index 9004c2c40..efb90cd9e 100644
--- a/lib/koproperty/set.h
+++ b/lib/koproperty/set.h
@@ -65,10 +65,10 @@ class KOPROPERTY_EXPORT Set : public TQObject
friend class Set;
};
- explicit Set(TQObject *tqparent=0, const TQString &typeName=TQString());
+ explicit Set(TQObject *parent=0, const TQString &typeName=TQString());
/*! Constructs a deep copy of \a set.
- The new object will not have a TQObject tqparent even if \a set has such tqparent. */
+ The new object will not have a TQObject parent even if \a set has such parent. */
explicit Set(const Set& set);
virtual ~Set();