Improved to "half-way usable" (version 0.5)
[pierogi] / piraboutform.h
1 #ifndef PIRABOUTFORM_H
2 #define PIRABOUTFORM_H
3
4 #include <QWidget>
5
6 namespace Ui {
7 class PIRAboutForm;
8 }
9
10 class PIRAboutForm : public QWidget
11 {
12   Q_OBJECT
13   
14 public:
15   explicit PIRAboutForm(QWidget *parent = 0);
16   ~PIRAboutForm();
17   
18 private:
19   Ui::PIRAboutForm *ui;
20 };
21
22 #endif // PIRABOUTFORM_H