theshell/choosebackground.h

23 lines
331 B
C
Raw Normal View History

2016-04-19 20:21:17 +10:00
#ifndef CHOOSEBACKGROUND_H
#define CHOOSEBACKGROUND_H
#include <QDialog>
namespace Ui {
class ChooseBackground;
}
class ChooseBackground : public QDialog
{
Q_OBJECT
public:
explicit ChooseBackground(QWidget *parent = 0);
~ChooseBackground();
private:
Ui::ChooseBackground *ui;
};
#endif // CHOOSEBACKGROUND_H