diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-09 15:34:21 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-09 15:34:21 +0900 |
commit | a86e049675732bf1bcf76946acba5b3f2a6a09dc (patch) | |
tree | da465f4bfd2045556078432e6b30cc3749a2e233 | |
parent | 34553b6ef4ad31cad512b6538bc703ac7ca09337 (diff) | |
download | tde-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.cpp | 2 |
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) |