summaryrefslogtreecommitdiffstats
path: root/src/input/killX11Handler.cpp
diff options
context:
space:
mode:
authorSebastien Braun2010-10-10 01:40:33 +0200
committerSebastien Braun2010-10-10 14:05:36 +0200
commit18f16ac568d0c699fe24271c5b77f573b749092e (patch)
tree69dbf59df89ee394ccabaa8fe415eb6031e81379 /src/input/killX11Handler.cpp
parentCode cleanup for inputEvent.h (diff)
downloadpvs-18f16ac568d0c699fe24271c5b77f573b749092e.tar.gz
pvs-18f16ac568d0c699fe24271c5b77f573b749092e.tar.xz
pvs-18f16ac568d0c699fe24271c5b77f573b749092e.zip
Lose the `get' method prefix on InputEventContext since it does not fit in
Diffstat (limited to 'src/input/killX11Handler.cpp')
-rw-r--r--src/input/killX11Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/killX11Handler.cpp b/src/input/killX11Handler.cpp
index 572656e..32e5873 100644
--- a/src/input/killX11Handler.cpp
+++ b/src/input/killX11Handler.cpp
@@ -33,7 +33,7 @@ void KillX11Handler::doHandle(InputEvent const&, InputEventContext const* ctx)
if(displayDevice.isNull())
{
- qWarning("Can not kill X server for %d,%d,%d: No Display Device", ctx->getSenderPid(), ctx->getSenderUid(), ctx->getSenderGid());
+ qWarning("Can not kill X server for %d,%d,%d: No Display Device", ctx->senderPid(), ctx->senderUid(), ctx->senderGid());
return;
}