summaryrefslogtreecommitdiffstats
path: root/tdegtk/tdegtk-draw.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-30 19:19:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-02 16:38:09 +0900
commitfb7b54fde68233cc60998176c06737b4a80d5dd8 (patch)
tree0af9a4b5b31745ea71740c5982aa9fbe496e3871 /tdegtk/tdegtk-draw.cpp
parent988eb3e8d9b4d926b2fc387d99a9904ef3a7c2c5 (diff)
downloadgtk3-tqt-engine-r14.1.x.tar.gz
gtk3-tqt-engine-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/falser14.1.4r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf5326589a1c4d0b795ed0e91c837ab7dcc9f783)
Diffstat (limited to 'tdegtk/tdegtk-draw.cpp')
-rw-r--r--tdegtk/tdegtk-draw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdegtk/tdegtk-draw.cpp b/tdegtk/tdegtk-draw.cpp
index 28c6987..be593ca 100644
--- a/tdegtk/tdegtk-draw.cpp
+++ b/tdegtk/tdegtk-draw.cpp
@@ -569,7 +569,7 @@ draw_progressbar_frame(DRAW_ARGS, const GtkWidgetPath* path, GtkStateFlags state
m.rotate(-90.0);
m.translate((allocation.height)*(-1.0), 0);
- p.setWorldMatrix(m, TRUE);
+ p.setWorldMatrix(m, true);
boundingRect = TQRect(0, 0, allocation.height, allocation.width);
ceData.rect = boundingRect;