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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6ab7f162f4)
r14.1.x
Michele Calgaro 11 months ago
parent ae35bc48cb
commit f26a304e63
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