diff options
Diffstat (limited to 'karbon/core/vselection.h')
| -rw-r--r-- | karbon/core/vselection.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/core/vselection.h b/karbon/core/vselection.h index c98e5bf1f..3db5d5391 100644 --- a/karbon/core/vselection.h +++ b/karbon/core/vselection.h @@ -62,11 +62,11 @@ class KARBONBASE_EXPORT VSelection : public VObject, public VVisitor { public: /** - * Constructs a vselection with the specified tqparent. + * Constructs a vselection with the specified parent. * - * @param tqparent the selection's tqparent + * @param parent the selection's parent */ - VSelection( VObject* tqparent = 0L ); + VSelection( VObject* parent = 0L ); /** * Constructs a vselection by copying the specified selection. |
