2 * Copyright 2006, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Axel Dörfler, axeld@pinc-software.de
8 #ifndef POWER_STATUS_WINDOW_H
9 #define POWER_STATUS_WINDOW_H
15 class PowerStatusWindow
: public BWindow
{
18 virtual ~PowerStatusWindow();
20 virtual bool QuitRequested();
23 #endif // POWER_STATUS_WINDOW_H