summaryrefslogtreecommitdiffstats
path: root/oldsrc/widget.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-14 14:44:29 +0100
committerSimon Rettberg2017-12-14 14:44:29 +0100
commit4f92c957d26fdbb0ea28191c52f59853b66f31c8 (patch)
tree6df6144c98dd86a7d8104611afd029861c5d89ec /oldsrc/widget.h
parentqt5 port (diff)
downloadbeamergui-4f92c957d26fdbb0ea28191c52f59853b66f31c8.tar.gz
beamergui-4f92c957d26fdbb0ea28191c52f59853b66f31c8.tar.xz
beamergui-4f92c957d26fdbb0ea28191c52f59853b66f31c8.zip
OLDSRC WEG!
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