summaryrefslogtreecommitdiffstats
path: root/karbon/core/vimage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/core/vimage.cc')
-rw-r--r--karbon/core/vimage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/core/vimage.cc b/karbon/core/vimage.cc
index 7f75254b8..4e8466613 100644
--- a/karbon/core/vimage.cc
+++ b/karbon/core/vimage.cc
@@ -17,7 +17,7 @@
#include <kdebug.h>
-VImage::VImage( VObject *tqparent, const TQString &fname ) : VObject( tqparent ), m_image( 0L ), m_fname( fname )
+VImage::VImage( VObject *parent, const TQString &fname ) : VObject( parent ), m_image( 0L ), m_fname( fname )
{
m_stroke = new VStroke( this );
m_stroke->setType( VStroke::none );