/** Copyright (c) 2007, Haiku, Inc.* Distributed under the terms of the MIT license.** Author:* Łukasz 'Sil2100' Zemczak <sil2100@vexillium.org>*/#ifndef UNINSTALLWINDOW_H#define UNINSTALLWINDOW_H#include "UninstallView.h"#include <Window.h>#include <Entry.h>class UninstallWindow : public BWindow {public:UninstallWindow();virtual void Quit();};#endif // UNINSTALLWINDOW_H