summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/kde4')
-rw-r--r--vcl/unx/kde4/VCLKDEApplication.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde4/VCLKDEApplication.cxx b/vcl/unx/kde4/VCLKDEApplication.cxx
index 9ab88020d119..bb6e4cb299a7 100644
--- a/vcl/unx/kde4/VCLKDEApplication.cxx
+++ b/vcl/unx/kde4/VCLKDEApplication.cxx
@@ -43,7 +43,7 @@ bool VCLKDEApplication::x11EventFilter(XEvent* ev)
{
//if we have a display and the display consumes the event
//do not process the event in qt
- if (SalKDEDisplay::self() && SalKDEDisplay::self()->Dispatch(event) > 0)
+ if (SalKDEDisplay::self() && SalKDEDisplay::self()->Dispatch(ev) > 0)
{
return true;
}