1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-23 02:32:10 +02:00
falkonOfficial/src/downloads/downloadoptionsdialog.h

23 lines
375 B
C
Raw Normal View History

2011-03-02 16:57:41 +01:00
#ifndef DOWNLOADOPTIONSDIALOG_H
#define DOWNLOADOPTIONSDIALOG_H
#include <QDialog>
namespace Ui {
class DownloadOptionsDialog;
}
class DownloadOptionsDialog : public QDialog
{
Q_OBJECT
public:
explicit DownloadOptionsDialog(QWidget *parent = 0);
~DownloadOptionsDialog();
private:
Ui::DownloadOptionsDialog *ui;
};
#endif // DOWNLOADOPTIONSDIALOG_H