diff options
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r-- | src/gui/setup_video.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index c0a680116..d06a922ac 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -55,8 +55,6 @@ #include <guichan/key.hpp> #include <guichan/listmodel.hpp> -#include <guichan/widgets/button.hpp> - #include <SDL.h> #include <algorithm> @@ -223,7 +221,7 @@ public: Setup_Video::Setup_Video() : SetupTab(), - KeyListener(), + gcn::KeyListener(), mFullScreenEnabled(config.getBoolValue("screen")), mOpenGLEnabled(config.getIntValue("opengl")), mCustomCursorEnabled(config.getBoolValue("customcursor")), |