2 * Copyright 2010, Haiku, Inc. All Rights Reserved.
3 * Copyright 2009, Pier Luigi Fiorini.
4 * Distributed under the terms of the MIT License.
11 #include "SettingsHost.h"
17 class PrefletWin
: public BWindow
, public SettingsHost
{
21 virtual bool QuitRequested();
22 virtual void MessageReceived(BMessage
* msg
);
24 virtual void SettingChanged();
25 void ReloadSettings();
28 PrefletView
* fMainView
;
33 #endif // _PREFLET_WIN_H