summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeaccel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tdeaccel.cpp')
-rw-r--r--tdecore/tdeaccel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdeaccel.cpp b/tdecore/tdeaccel.cpp
index eaa33a9c0..58499f7e4 100644
--- a/tdecore/tdeaccel.cpp
+++ b/tdecore/tdeaccel.cpp
@@ -111,7 +111,7 @@ TDEAccelEventHandler::TDEAccelEventHandler()
{
# ifdef Q_WS_X11
if ( kapp )
- kapp->installX11EventFilter( TQT_TQWIDGET(this) );
+ kapp->installX11EventFilter( this );
# endif
}