summaryrefslogtreecommitdiffstats
path: root/36c3/Qt/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to '36c3/Qt/src/window.h')
-rw-r--r--36c3/Qt/src/window.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/36c3/Qt/src/window.h b/36c3/Qt/src/window.h
deleted file mode 100644
index 1036441..0000000
--- a/36c3/Qt/src/window.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef WINDOW_H
-#define WINDOW_H
-
-#include <string>
-#include <QWidget>
-
-class QPushButton;
-
-class Slides : public QWidget
-{
- Q_OBJECT
-public:
- explicit Slides(QWidget *parent = 0);
-public slots:
- void handleButton();
- void setTitle(const QString& title);
-private:
- QPushButton *m_button;
-};
-
-#endif // WINDOW_H