-rw-r--r-- | inputmethods/keyboard/keyboard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethods/keyboard/keyboard.h b/inputmethods/keyboard/keyboard.h index cc7f3f5..82588f0 100644 --- a/inputmethods/keyboard/keyboard.h +++ b/inputmethods/keyboard/keyboard.h | |||
@@ -18,8 +18,8 @@ | |||
18 | ** | 18 | ** |
19 | **********************************************************************/ | 19 | **********************************************************************/ |
20 | #include <qframe.h> | 20 | #include <qframe.h> |
21 | #include "../pickboard/pickboardcfg.h" | 21 | #include <pickboardcfg.h> |
22 | #include "../pickboard/pickboardpicks.h" | 22 | #include <pickboardpicks.h> |
23 | 23 | ||
24 | class QTimer; | 24 | class QTimer; |
25 | 25 | ||