summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoMainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoMainWindow.cpp')
-rw-r--r--lib/kofficecore/KoMainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoMainWindow.cpp b/lib/kofficecore/KoMainWindow.cpp
index 3641f58c..a1675514 100644
--- a/lib/kofficecore/KoMainWindow.cpp
+++ b/lib/kofficecore/KoMainWindow.cpp
@@ -76,7 +76,7 @@ public:
}
virtual bool eventFilter( TQObject *obj, TQEvent *ev )
{
- if ( !obj->isWidgetType() || ::tqqt_cast<KoFrame *>( obj ) )
+ if ( !obj->isWidgetType() || ::tqt_cast<KoFrame *>( obj ) )
return false;
return KParts::PartManager::eventFilter( obj, ev );
}