-rw-r--r-- | core/launcher/serverapp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/launcher/serverapp.h b/core/launcher/serverapp.h index 0a3259a..fe3f24a 100644 --- a/core/launcher/serverapp.h +++ b/core/launcher/serverapp.h | |||
@@ -72,17 +72,17 @@ signals: | |||
72 | void backlight(); | 72 | void backlight(); |
73 | void symbol(); | 73 | void symbol(); |
74 | void numLockStateToggle(); | 74 | void numLockStateToggle(); |
75 | void capsLockStateToggle(); | 75 | void capsLockStateToggle(); |
76 | void activate(const Opie::ODeviceButton*,bool); | 76 | void activate(const Opie::ODeviceButton*,bool); |
77 | 77 | ||
78 | 78 | ||
79 | private: | 79 | private: |
80 | inline bool keyRegistered( int key ); | 80 | bool keyRegistered( int key ); |
81 | int held_tid; | 81 | int held_tid; |
82 | const Opie::ODeviceButton* heldButton; | 82 | const Opie::ODeviceButton* heldButton; |
83 | KeyRegisterList m_keys; | 83 | KeyRegisterList m_keys; |
84 | }; | 84 | }; |
85 | 85 | ||
86 | class ServerApplication : public QPEApplication | 86 | class ServerApplication : public QPEApplication |
87 | { | 87 | { |
88 | Q_OBJECT | 88 | Q_OBJECT |