2 * Copyright 2004-2006, the Haiku project. All rights reserved.
3 * Distributed under the terms of the Haiku License.
5 * Authors in chronological order:
6 * mccall@digitalparadise.co.uk
10 #ifndef KEYBOARD_WINDOW_H
11 #define KEYBOARD_WINDOW_H
16 #include "KeyboardSettings.h"
17 #include "KeyboardView.h"
19 class KeyboardWindow
: public BWindow
25 void MessageReceived(BMessage
* message
);
28 KeyboardView
*fSettingsView
;
29 KeyboardSettings fSettings
;
30 BButton
*fDefaultsButton
;
31 BButton
*fRevertButton
;