summaryrefslogtreecommitdiffstats
path: root/karbon/core/vstroke.h
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/core/vstroke.h')
-rw-r--r--karbon/core/vstroke.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/karbon/core/vstroke.h b/karbon/core/vstroke.h
index 90eedc43a..5be1eaf49 100644
--- a/karbon/core/vstroke.h
+++ b/karbon/core/vstroke.h
@@ -72,14 +72,14 @@ public:
};
VStroke();
- VStroke( VObject* tqparent, float width = 1.0, const VLineCap cap = capButt,
+ VStroke( VObject* parent, float width = 1.0, const VLineCap cap = capButt,
const VLineJoin join = joinMiter, float miterLimit = 10.0 );
- VStroke( const VColor &c, VObject* tqparent = 0L, float width = 1.0, const VLineCap cap = capButt,
+ VStroke( const VColor &c, VObject* parent = 0L, float width = 1.0, const VLineCap cap = capButt,
const VLineJoin join = joinMiter, float miterLimit = 10.0 );
VStroke( const VStroke& stroke );
- void setParent( VObject* tqparent ) { m_parent = tqparent; }
- VObject* tqparent()const { return m_parent; }
+ void setParent( VObject* parent ) { m_parent = parent; }
+ VObject* parent()const { return m_parent; }
VStrokeType type() const { return m_type; }
void setType( VStrokeType type ) { m_type = type; }