]> git.tdb.fi Git - libs/gui.git/blobdiff - source/keyboard.cpp
Redesign and refactor
[libs/gui.git] / source / keyboard.cpp
index 45ef0920448a12889a2ad9b1b7387c7b4c4987f3..ab01e6261eff14eb7345de57c34e1cd0412607bd 100644 (file)
@@ -6,12 +6,11 @@ Distributed under the LGPL
 */
 
 #include "keyboard.h"
-#include "window.h"
 
 namespace Msp {
 namespace Input {
 
-Keyboard::Keyboard(Window &window)
+Keyboard::Keyboard(Graphics::Window &window)
 {
        buttons.resize(256, false);