diff options
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r-- | client/mainwindow.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h index acba62c..4222b3d 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -29,6 +29,7 @@ #define __MIAV_MAINWINDOW_H__ #include <QWidget> +#include "historyframe.h" /** * Images @@ -59,14 +60,14 @@ public: public slots: void cpr_clicked(); void clear_clicked(); - void rec_clicked(); - void shoot_clicked(); + void record_clicked(); + void snapshot_clicked(); void freeze_clicked(); void about_clicked(); void mute_clicked(); private: - + HistoryFrame *history; }; #endif/*__MIAV_MAINWINDOW_H__*/ |