diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 9c7ba39..0443d13 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.21 2005/07/27 12:40:47 deva + * *** empty log message *** + * * Revision 1.20 2005/07/25 14:27:14 deva * *** empty log message *** * @@ -96,6 +99,7 @@ using namespace std; #include "videowidget.h" #include "camera.h" #include "cprquerydialog.h" +#include "historywidget.h" #include "info_gui.h" @@ -198,7 +202,7 @@ private: float rec_edge_counter; QTimer *timer; QLabel *img_recedge; - QLabel *img_history[NUM_HISTORY]; + HistoryWidget *img_history[NUM_HISTORY]; QPushButton *btn_logo; QPushButton *btn_clear; |