From 6046ed450a83f509c4e5f2923ae4f8fcda9fd669 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 27 Jul 2005 12:40:47 +0000 Subject: *** empty log message *** --- src/mainwindow.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.h') 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; -- cgit v1.2.3