diff options
Diffstat (limited to 'kpresenter/KPrPixmapObject.h')
-rw-r--r-- | kpresenter/KPrPixmapObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrPixmapObject.h b/kpresenter/KPrPixmapObject.h index 23917ef5b..8af906b24 100644 --- a/kpresenter/KPrPixmapObject.h +++ b/kpresenter/KPrPixmapObject.h @@ -76,7 +76,7 @@ public: virtual void loadOasis(const TQDomElement &element, KoOasisContext & context, KPrLoadingInfo *info); virtual void draw( TQPainter *_painter, KoTextZoomHandler*_zoomHandler, - int /* page */, SelectionMode selectionMode, bool drawContour = FALSE ); + int /* page */, SelectionMode selectionMode, bool drawContour = false ); TQPixmap getOriginalPixmap(); PictureMirrorType getPictureMirrorType() const { return mirrorType; } |