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 17:35:18 +0900
commit254bc2f8c75238829316e709d1568049e8db5f0c (patch)
tree4c5e5970427b43b61b39a33f163456609da70261
parent686b1ffc0fe1c5773f9a718ed3fa844388b0f402 (diff)
downloadtde-style-qtcurve-254bc2f8.tar.gz
tde-style-qtcurve-254bc2f8.zip
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a86e049675732bf1bcf76946acba5b3f2a6a09dc)
-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)