diff options
Diffstat (limited to 'kpresenter/KPrPixmapObject.cpp')
-rw-r--r-- | kpresenter/KPrPixmapObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrPixmapObject.cpp b/kpresenter/KPrPixmapObject.cpp index 155fe47c..bd39e2ea 100644 --- a/kpresenter/KPrPixmapObject.cpp +++ b/kpresenter/KPrPixmapObject.cpp @@ -630,7 +630,7 @@ void KPrPixmapObject::draw( TQPainter *_painter, KoTextZoomHandler*_zoomHandler, { TQRect rect( 0, 0, (int)( _zoomHandler->zoomItX( ow ) ), (int)( _zoomHandler->zoomItY( oh ) ) ); - // ### HACK QT seems not to be able to correctly compare TQVariant + // ### HACK TQt seems not to be able to correctly compare TQVariant bool variants1; if (m_ie_par1.isNull()) variants1=m_cachedPar1.isNull(); |