diff options
Diffstat (limited to 'src/basket.h')
-rw-r--r-- | src/basket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basket.h b/src/basket.h index 35254f1..7d33745 100644 --- a/src/basket.h +++ b/src/basket.h @@ -151,7 +151,7 @@ class TransparentWidget : public TQWidget public: TransparentWidget(Basket *basket); void setPosition(int x, int y); - //void reparent(TQWidget *parent, WFlags f, const TQPoint &p, bool showIt = FALSE); + //void reparent(TQWidget *parent, WFlags f, const TQPoint &p, bool showIt = false); protected: void paintEvent(TQPaintEvent*); void mouseMoveEvent(TQMouseEvent *event); |