From 254bc2f8c75238829316e709d1568049e8db5f0c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 9 Aug 2023 15:34:21 +0900 Subject: Drop TQT_TQ*_CONST defines Signed-off-by: Michele Calgaro (cherry picked from commit a86e049675732bf1bcf76946acba5b3f2a6a09dc) --- style/qtcurve.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp index d0b0055..dcfd231 100644 --- a/style/qtcurve.cpp +++ b/style/qtcurve.cpp @@ -8946,7 +8946,7 @@ void QtCurveStyle::sliderThumbMoved(int) void QtCurveStyle::tdehtmlWidgetDestroyed(TQObject *o) { - itsKhtmlWidgets.remove(TQT_TQWIDGET_CONST(o)); + itsKhtmlWidgets.remove(static_cast(o)); } void QtCurveStyle::hoverWidgetDestroyed(TQObject *o) -- cgit v1.2.1