diff options
Diffstat (limited to 'kplato/kptpart.h')
-rw-r--r-- | kplato/kptpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptpart.h b/kplato/kptpart.h index 63b58bdef..4e8058cce 100644 --- a/kplato/kptpart.h +++ b/kplato/kptpart.h @@ -55,7 +55,7 @@ public: ~Part(); virtual void paintContent(TQPainter& painter, const TQRect& rect, - bool transparent = FALSE, + bool transparent = false, double zoomX = 1.0, double zoomY = 1.0); virtual bool initDoc(InitDocFlags flags, TQWidget* parentWidget=0); |