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
13 #include <Application.h>
17 class KeyboardApplication
: public BApplication
20 KeyboardApplication();
22 void MessageReceived(BMessage
* message
);
23 void AboutRequested(void);