From a86e049675732bf1bcf76946acba5b3f2a6a09dc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 9 Aug 2023 15:34:21 +0900 Subject: [PATCH] Drop TQT_TQ*_CONST defines Signed-off-by: Michele Calgaro --- 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)