tcp: Fix 64 bit build with debugging features enabled.
[haiku.git] / src / preferences / notifications / PrefletView.h
blob404b261e902956975bb1b77fef53de5491f9cf23
1 /*
2 * Copyright 2010, Haiku, Inc. All Rights Reserved.
3 * Copyright 2009, Pier Luigi Fiorini.
4 * Distributed under the terms of the MIT License.
5 */
6 #ifndef _PREFLET_VIEW_H
7 #define _PREFLET_VIEW_H
9 #include <TabView.h>
11 class BIconRule;
13 class SettingsHost;
15 class PrefletView : public BTabView {
16 public:
17 PrefletView(SettingsHost* host);
19 BView* CurrentPage();
20 int32 CountPages() const;
21 BView* PageAt(int32 index);
24 #endif // PREFLETVIEW_H