From dd8e7832c69a5ef484a2f3b6054a482d29275f85 Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 20 May 2006 14:35:59 +0000 Subject: *** empty log message *** --- client/mainwindow.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'client/mainwindow.h') diff --git a/client/mainwindow.h b/client/mainwindow.h index 742351d..b94f5c5 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -30,6 +30,9 @@ #include #include +#include +#include + #include "historyframe.h" #include "videowidget.h" @@ -68,6 +71,13 @@ private: QPushButton *btn_freeze; QPushButton *btn_mute; QPushButton *btn_clear; + + // Labels + QLabel *lbl_cpr; + QLabel *lbl_name; + + // Statusbar + QStatusBar *statusbar; }; #endif/*__MIAV_MAINWINDOW_H__*/ -- cgit v1.2.3