summaryrefslogtreecommitdiffstats
path: root/src/basket.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 12:35:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-02 09:14:04 +0900
commit3fc2b59b06925f4e5bafdac5f5fe79764db2d3d4 (patch)
treefb4b283617fef29d67dd7acc6a993c0601fb23d4 /src/basket.h
parent338117967b664c0a95204c6553bb929adecc0d60 (diff)
downloadbasket-r14.1.4.tar.gz
basket-r14.1.4.zip
Replace TRUE/FALSE with boolean values true/falser14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b6fa5c8b166849065f495768a19625d7e8d98ff0)
Diffstat (limited to 'src/basket.h')
-rw-r--r--src/basket.h2
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);