summaryrefslogtreecommitdiffstats
path: root/karbon/core/vlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/core/vlayer.h')
-rw-r--r--karbon/core/vlayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/karbon/core/vlayer.h b/karbon/core/vlayer.h
index 7dbd126ba..f52e7be4c 100644
--- a/karbon/core/vlayer.h
+++ b/karbon/core/vlayer.h
@@ -37,12 +37,12 @@ class KARBONBASE_EXPORT VLayer : public VGroup
{
public:
/**
- * Constructs a new layer object that is child of tqparent and has the given state.
+ * Constructs a new layer object that is child of parent and has the given state.
*
- * @param tqparent the new object's tqparent
+ * @param parent the new object's parent
* @param state the new object's state
*/
- VLayer( VObject* tqparent, VState state = normal );
+ VLayer( VObject* parent, VState state = normal );
/**
* Copy constructor.