summaryrefslogtreecommitdiffstats
path: root/digikam/libs/widgets/common/dcursortracker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/widgets/common/dcursortracker.cpp')
-rw-r--r--digikam/libs/widgets/common/dcursortracker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/libs/widgets/common/dcursortracker.cpp b/digikam/libs/widgets/common/dcursortracker.cpp
index ee8d388..bb9490c 100644
--- a/digikam/libs/widgets/common/dcursortracker.cpp
+++ b/digikam/libs/widgets/common/dcursortracker.cpp
@@ -58,7 +58,7 @@ void DCursorTracker::setEnable(bool b)
bool DCursorTracker::eventFilter(TQObject *object, TQEvent *e)
{
- TQWidget *widget = TQT_TQWIDGET(object);
+ TQWidget *widget = static_cast<TQWidget*>(object);
switch (e->type())
{