summaryrefslogtreecommitdiffstats
path: root/oldsrc/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'oldsrc/widget.h')
-rw-r--r--oldsrc/widget.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/oldsrc/widget.h b/oldsrc/widget.h
deleted file mode 100644
index fc8570a..0000000
--- a/oldsrc/widget.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifndef WIDGET_H
-#define WIDGET_H
-
-#include <QWidget>
-#include <QtGui>
-
-#include <X11/Xlib.h>
-#include <X11/extensions/Xrandr.h>
-
-namespace Ui {
-class Widget;
-}
-
-class Widget : public QWidget
-{
- Q_OBJECT
-
-public:
- explicit Widget(QWidget *parent = 0);
- ~Widget();
-
-private:
-
- Ui::Widget * ui;
-
- void configureWidgetForBeamerWithEDID();
- void configureWidgetForBeamerWithOUTEDID();
-
-};
-
-#endif // WIDGET_H