usb_ecm: Use the current configuration instead of a fixed one.
[haiku.git] / src / preferences / keyboard / Keyboard.h
blob9c3b844b685246b80ca717d04d9153d9fb79f789
1 /*
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
7 * Jérôme Duval
8 * Marcus Overhagen
9 */
10 #ifndef KEYBOARD_H
11 #define KEYBOARD_H
13 #include <Application.h>
14 #include <Catalog.h>
15 #include <Locale.h>
17 class KeyboardApplication : public BApplication
19 public:
20 KeyboardApplication();
22 void MessageReceived(BMessage* message);
23 void AboutRequested(void);
26 #endif