summaryrefslogtreecommitdiffstats
path: root/libkscan/img_canvas.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-07 16:34:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-07 18:26:20 +0900
commit0599e57edd9b4998aa99b0a14f4d83c2b9390b29 (patch)
tree0f9cf5d922e8c354348e50872fe00aa6ee9136cf /libkscan/img_canvas.h
parent063aaff4032126e6e0685865142dea3102a6eff7 (diff)
downloadtdegraphics-0599e57e.tar.gz
tdegraphics-0599e57e.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c7c1795c817c1f7b89046c6d9f24379143f0bf6b)
Diffstat (limited to 'libkscan/img_canvas.h')
-rw-r--r--libkscan/img_canvas.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkscan/img_canvas.h b/libkscan/img_canvas.h
index 346c1ebf..dadb18a7 100644
--- a/libkscan/img_canvas.h
+++ b/libkscan/img_canvas.h
@@ -208,9 +208,9 @@ private:
bool acquired;
/* private functions for the running ant */
- void drawHAreaBorder(TQPainter &p,int x1,int x2,int y,int r = FALSE);
- void drawVAreaBorder(TQPainter &p,int x,int y1,int y2,int r = FALSE);
- void drawAreaBorder(TQPainter *p,int r = FALSE);
+ void drawHAreaBorder(TQPainter &p,int x1,int x2,int y,int r = false);
+ void drawVAreaBorder(TQPainter &p,int x,int y1,int y2,int r = false);
+ void drawAreaBorder(TQPainter *p,int r = false);
void update_scaled_pixmap( void );
preview_state classifyPoint(int x,int y);