change type
[badge] / dialogday.h
index 51cb249..f737c0d 100644 (file)
@@ -2,6 +2,7 @@
 #define DIALOGDAY_H
 
 #include <QtGui/QDialog>
+#include "timetable.h"
 
 namespace Ui {
     class DialogDay;
@@ -12,15 +13,18 @@ class DialogDay : public QDialog {
 public:
     DialogDay(QWidget *parent = 0);
     ~DialogDay();
+    static TimeTable getTimes(TimeTable timetable);
 
 protected:
     void changeEvent(QEvent *e);
 
 private:
     Ui::DialogDay *m_ui;
+    bool change;
 public slots:
     void enableFirst(bool);
     void enableSecond(bool);
+
 };
 
 #endif // DIALOGDAY_H