Cleanup
[kitchenalert] / src / choosetimersequencedialog.h
diff --git a/src/choosetimersequencedialog.h b/src/choosetimersequencedialog.h
deleted file mode 100644 (file)
index 3af0152..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-/**************************************************************************
-        KitchenAlert
-
-        Copyright (C) 2010  Heli Hyvättinen
-
-        This file is part of KitchenAlert.
-
-        Kitchen Alert is free software: you can redistribute it and/or modify
-        it under the terms of the GNU General Public License as published by
-        the Free Software Foundation, either version 3 of the License, or
-        (at your option) any later version.
-
-        This program is distributed in the hope that it will be useful,
-        but WITHOUT ANY WARRANTY; without even the implied warranty of
-        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-        GNU General Public License for more details.
-
-        You should have received a copy of the GNU General Public License
-        along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-**************************************************************************/
-
-
-
-
-#ifndef CHOOSETIMERSEQUENCEDIALOG_H
-#define CHOOSETIMERSEQUENCEDIALOG_H
-
-#include <QDialog>
-#include "timerschedule.h"
-
-namespace Ui {
-    class ChooseTimerSequenceDialog;
-}
-
-/*! Class for the dialog for choosing timers'
-
-  @author Heli Hyvättinen
-  @date 2010-06-26
-  @version 0.09
-
-Does nothing but show the dialog now, useless.
-
-*/
-
-
-class ChooseTimerSequenceDialog : public QDialog
-{
-    Q_OBJECT
-
-public:
-    explicit ChooseTimerSequenceDialog(QWidget *parent = 0);
-    ~ChooseTimerSequenceDialog();
-
-
-    //Tarvitsee funktion joka palauttaa ajastinlistan!
-
-    TimerSchedule giveTimers();
-
-
-protected:
-    void changeEvent(QEvent *e);
-
-private:
-    Ui::ChooseTimerSequenceDialog *ui;
-};
-
-#endif // CHOOSETIMERSEQUENCEDIALOG_H