btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / clock / cl_wind.h
blobc26e4dcaf1df55c221fca5735bfefabba55f0027
1 /*
2 * Copyright 1999, Be Incorporated. All Rights Reserved.
3 * This file may be used under the terms of the Be Sample Code License.
5 */
6 #ifndef _CLOCK_WINDOW_H
7 #define _CLOCK_WINDOW_H
10 #include <Window.h>
13 class TOnscreenView;
16 class TClockWindow : public BWindow {
17 public:
18 TClockWindow(BRect rect, const char* name);
19 virtual ~TClockWindow();
21 virtual bool QuitRequested();
23 private:
24 void _InitWindow();
26 private:
27 TOnscreenView *fOnScreenView;
30 #endif // _CLOCK_WINDOW_H