root/src/apps/packageinstaller/UninstallWindow.h
/*
 * 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