summaryrefslogtreecommitdiffstats
path: root/digikam/libs/widgets/common/sidebar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/widgets/common/sidebar.cpp')
-rw-r--r--digikam/libs/widgets/common/sidebar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/digikam/libs/widgets/common/sidebar.cpp b/digikam/libs/widgets/common/sidebar.cpp
index 57dd502..f4b1069 100644
--- a/digikam/libs/widgets/common/sidebar.cpp
+++ b/digikam/libs/widgets/common/sidebar.cpp
@@ -312,7 +312,7 @@ bool Sidebar::eventFilter(TQObject *obj, TQEvent *ev)
for (TQPtrListIterator<KMultiTabBarTab> it(*pTabs); it.current(); ++it)
{
- if ( TQT_BASE_OBJECT(obj) == TQT_BASE_OBJECT(*it) )
+ if ( obj == *it )
{
if ( ev->type() == TQEvent::DragEnter)
{