aboutsummaryrefslogtreecommitdiff
path: root/gui/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/options.h')
-rw-r--r--gui/options.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/options.h b/gui/options.h
index 107c903c2f..9a35fe8d12 100644
--- a/gui/options.h
+++ b/gui/options.h
@@ -24,8 +24,8 @@
#include "gui/dialog.h"
#include "common/str.h"
-#ifdef _WIN32_WCE
-#include "backends/wince/CEKeysDialog.h"
+#ifdef SMALL_SCREEN_DEVICE
+#include "gui/KeysDialog.h"
#endif
namespace GUI {
@@ -120,8 +120,8 @@ public:
protected:
BrowserDialog *_dirBrowser;
BrowserDialog *_fileBrowser;
-#ifdef _WIN32_WCE
- CEKeysDialog *_keysDialog;
+#ifdef SMALL_SCREEN_DEVICE
+ KeysDialog *_keysDialog;
#endif
StaticTextWidget *_savePath;
StaticTextWidget *_extraPath;