summaryrefslogtreecommitdiffstats
path: root/karbon/core/vcomposite.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/core/vcomposite.cc')
-rw-r--r--karbon/core/vcomposite.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/karbon/core/vcomposite.cc b/karbon/core/vcomposite.cc
index 7872df5fa..570b06dc5 100644
--- a/karbon/core/vcomposite.cc
+++ b/karbon/core/vcomposite.cc
@@ -44,8 +44,8 @@
#include <kdebug.h>
-VPath::VPath( VObject* tqparent, VState state )
- : VObject( tqparent, state ), m_fillRule( winding )
+VPath::VPath( VObject* parent, VState state )
+ : VObject( parent, state ), m_fillRule( winding )
{
m_paths.setAutoDelete( true );