summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-08 12:19:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-08 12:19:47 +0900
commit71bec0546aa5d01eb90c0680dfb7154c0ea31d22 (patch)
treec2f5df545a43fcc55b158a09bc774675c04a9f4d
parent7812b75e0cb883a85edbccdbb12d7f9f7d62dbf5 (diff)
downloadtde-style-lipstik-71bec054.tar.gz
tde-style-lipstik-71bec054.zip
Drop TQT_TQ*_OBJECT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--style/lipstik.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/lipstik.cpp b/style/lipstik.cpp
index d28a2be..d3516ba 100644
--- a/style/lipstik.cpp
+++ b/style/lipstik.cpp
@@ -893,7 +893,7 @@ void LipstikStyle::renderGradient(TQPainter *painter,
int r_w = result->rect().width();
int r_h = result->rect().height();
int r_x, r_y, r_x2, r_y2;
- TQT_TQRECT_OBJECT(result->rect()).coords(&r_x, &r_y, &r_x2, &r_y2);
+ result->rect().coords(&r_x, &r_y, &r_x2, &r_y2);
int rDiff, gDiff, bDiff;
int rc, gc, bc;