summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/widget.h b/src/widget.h
index 5df8ab5..ad3077a 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -4,8 +4,10 @@
#include <QWidget>
#include <QtGui>
#include <QDebug>
+#include <QProgressDialog>
#include <x.h>
+
namespace Ui {
class Widget;
}
@@ -36,6 +38,7 @@ public:
private:
void updateScreenResources();
+ void timeout();
Ui::Widget * _ui;
Display* _display;
@@ -45,7 +48,6 @@ private:
OutputMap _outputMap;
OutputList _connectedOutputList;
RROutput _beamer, _monitor;
-
};
#endif // WIDGET_H