summaryrefslogtreecommitdiffstats
path: root/src/fbsplash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbsplash.h')
-rw-r--r--src/fbsplash.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/fbsplash.h b/src/fbsplash.h
index 145b92a..efbaeb1 100644
--- a/src/fbsplash.h
+++ b/src/fbsplash.h
@@ -15,15 +15,20 @@
#define FBSPLASH_H
#include <QtGui>
+#include "ui_fbsplash.h"
-//#include "ui_fbsplash.h"
-//namespace Ui { class fbsplash; }
-class fbsplash: public QMainWindow{
+namespace Ui {
+class fbsplash;
+}
+
+
+class fbsplash: public QWidget {
Q_OBJECT
public:
- fbsplash();
+ fbsplash(QWidget *parent = 0);
+ virtual ~fbsplash();
private:
void createActions();
@@ -35,7 +40,7 @@ private:
QAction* _quit;
QAction* _printSize;
QLabel* _label;
- //Ui::fbsplash *ui;
+ Ui::fbsplash *ui;
// ** TESTING **