Fix FreeBSD build.
[haiku.git] / src / preferences / sounds / HApp.h
blob9935f05c630935ad3990459e1ebfb76d84a1df6b
1 /*
2 * Copyright 2003-2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Atsushi Takamatsu
7 * Jérôme Duval
8 * Oliver Ruiz Dorantes
9 */
10 #ifndef HAPP_H
11 #define HAPP_H
14 #include <Application.h>
15 #include <Catalog.h>
18 class HApp : public BApplication {
19 public:
20 HApp();
21 virtual ~HApp();
22 virtual void AboutRequested();
26 #endif // HAPP_H