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 17:35:18 +0900 |
commit | 254bc2f8c75238829316e709d1568049e8db5f0c (patch) | |
tree | 4c5e5970427b43b61b39a33f163456609da70261 | |
parent | 686b1ffc0fe1c5773f9a718ed3fa844388b0f402 (diff) | |
download | tde-style-qtcurve-254bc2f8c75238829316e709d1568049e8db5f0c.tar.gz tde-style-qtcurve-254bc2f8c75238829316e709d1568049e8db5f0c.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.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) |