Replaced various '#define' with actual strings - part 5

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/104/head
Michele Calgaro 5 months ago
parent ef173e633b
commit 6ab7f162f4
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -352,7 +352,7 @@ bool TQWinMetaFile::paint( const TQPaintDevice* aTarget, bool absolute )
mWinding = false;
mAbsoluteCoord = absolute;
mPainter.begin( TQT_TQPAINTDEVICE(const_cast<TQPaintDevice*>(aTarget)) );
mPainter.begin( const_cast<TQPaintDevice*>(aTarget) );
if ( TQWMF_DEBUG ) {
kdDebug() << "Bounding box : " << mBBox.left()
<< " " << mBBox.top() << " " << mBBox.right() << " " << mBBox.bottom() << endl;

@ -447,7 +447,7 @@ bool KTNEFParser::openFile(const TQString& filename)
deleteDevice();
delete d->message_;
d->message_ = new KTNEFMessage();
d->device_ = TQT_TQIODEVICE(new TQFile( filename ));
d->device_ = new TQFile( filename );
d->deleteDevice_ = true;
return parseDevice();
}

Loading…
Cancel
Save