summaryrefslogtreecommitdiffstats
path: root/src/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.h')
-rw-r--r--src/widget.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/widget.h b/src/widget.h
index fc8570a..fff5510 100644
--- a/src/widget.h
+++ b/src/widget.h
@@ -3,9 +3,8 @@
#include <QWidget>
#include <QtGui>
-
-#include <X11/Xlib.h>
-#include <X11/extensions/Xrandr.h>
+#include <QDebug>
+#include <x.h>
namespace Ui {
class Widget;
@@ -13,18 +12,23 @@ class Widget;
class Widget : public QWidget
{
+
Q_OBJECT
+
public:
+
explicit Widget(QWidget *parent = 0);
~Widget();
+
+
+public:
+
private:
Ui::Widget * ui;
- void configureWidgetForBeamerWithEDID();
- void configureWidgetForBeamerWithOUTEDID();
};