diff options
| author | Sebastien Braun | 2010-10-10 01:40:33 +0200 |
|---|---|---|
| committer | Sebastien Braun | 2010-10-10 14:05:36 +0200 |
| commit | 18f16ac568d0c699fe24271c5b77f573b749092e (patch) | |
| tree | 69dbf59df89ee394ccabaa8fe415eb6031e81379 /src/input/killX11Handler.cpp | |
| parent | Code cleanup for inputEvent.h (diff) | |
| download | pvs-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.cpp | 2 |
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; } |
