2 * Copyright 2008-2010, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Michael Pfeiffer <laplace@users.sourceforge.net>
8 #ifndef UNINSTALL_PAGE_H
9 #define UNINSTALL_PAGE_H
12 #include "WizardPageView.h"
18 class UninstallPage
: public WizardPageView
{
20 UninstallPage(BMessage
* settings
, BRect frame
,
22 virtual ~UninstallPage();
24 virtual void FrameResized(float width
, float height
);
31 BTextView
* fDescription
;
35 #endif // UNINSTALL_PAGE_H