2 * Copyright 2002-2006 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT license.
5 * Copyright 1999, Be Incorporated. All Rights Reserved.
6 * This file may be used under the terms of the Be Sample Code License.
8 * Written by: Daniel Switkin
10 #ifndef PREFS_WINDOW_H
11 #define PREFS_WINDOW_H
16 #include <Messenger.h>
21 class PrefsWindow
: public BWindow
{
23 PrefsWindow(BRect rect
, const char *name
, BMessenger
*messenger
, Prefs
*prefs
);
24 virtual ~PrefsWindow();
26 virtual void MessageReceived(BMessage
*message
);
27 virtual bool QuitRequested();
35 #endif // PREFS_WINDOW_H