summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;