2 * Copyright 1999-2009 Jeremy Friesner
3 * Copyright 2009-2010 Haiku, Inc. All rights reserved.
4 * Distributed under the terms of the MIT License.
10 #ifndef SHORTCUTS_APP_H
11 #define SHORTCUTS_APP_H
14 #include <Application.h>
17 class ShortcutsApp
: public BApplication
{
21 virtual void ReadyToRun();
25 #endif // SHORTCUTS_APP_H