summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-29 14:52:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-29 14:52:13 +0100
commit9c1f42a13b03bc5587ea52bbcc29ff2f44ad0342 (patch)
treea0ad49f7f89f98a94ca502a51effab7d8cf66960 /vcl/unx/kde4
parentd892a900e32025269592911f03e8cd77a60ec837 (diff)
make this compile
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;
}