summaryrefslogtreecommitdiff
path: root/src/dev/arm/kmi.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/kmi.hh')
-rw-r--r--src/dev/arm/kmi.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/arm/kmi.hh b/src/dev/arm/kmi.hh
index e769a8a46..e2e75cfef 100644
--- a/src/dev/arm/kmi.hh
+++ b/src/dev/arm/kmi.hh
@@ -50,7 +50,7 @@
#include <list>
-#include "base/vnc/vncserver.hh"
+#include "base/vnc/vncinput.hh"
#include "dev/arm/amba_device.hh"
#include "params/Pl050.hh"
@@ -118,7 +118,7 @@ class Pl050 : public AmbaIntDevice, public VncKeyboard, public VncMouse
bool shiftDown;
/** The vnc server we're connected to (if any) */
- VncServer *vnc;
+ VncInput *vnc;
/** If the linux driver has initialized the device yet and thus can we send
* mouse data */