summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-09 15:34:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-09 15:34:21 +0900
commita86e049675732bf1bcf76946acba5b3f2a6a09dc (patch)
treeda465f4bfd2045556078432e6b30cc3749a2e233
parent34553b6ef4ad31cad512b6538bc703ac7ca09337 (diff)
downloadtde-style-qtcurve-a86e049675732bf1bcf76946acba5b3f2a6a09dc.tar.gz
tde-style-qtcurve-a86e049675732bf1bcf76946acba5b3f2a6a09dc.zip
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--style/qtcurve.cpp2
1 files changed, 1 insertions, 1 deletions
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<const TQWidget *>(o));
}
void QtCurveStyle::hoverWidgetDestroyed(TQObject *o)