diff options
author | deva <deva> | 2006-03-09 11:03:35 +0000 |
---|---|---|
committer | deva <deva> | 2006-03-09 11:03:35 +0000 |
commit | 0eb1af1add19c8ffb8f5ab11f74810366f1beed1 (patch) | |
tree | 06191ba6af6cbb474f670c5ecd729e48989791af /client/mainwindow.h | |
parent | 4f84ffc811d93371f395f11a0e0f42000eaa99fc (diff) |
*** empty log message ***
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__*/ |