]> ToastFreeware Gitweb - toast/confclerk.git/blob - src/gui/nowtabcontainer.h
refactoring of the TABS
[toast/confclerk.git] / src / gui / nowtabcontainer.h
1 /*
2  * nowtabcontainer.h
3  *
4  *  Created on: Jan 27, 2010
5  *      Author: maemo
6  */
7
8 #ifndef NOWTABCONTAINER_H_
9 #define NOWTABCONTAINER_H_
10
11 #include "tabcontainer.h"
12
13 class NowTabContainer: public TabContainer
14 {
15     Q_OBJECT
16 public:
17     NowTabContainer( QWidget *aParent );
18     virtual ~NowTabContainer() { }
19
20 protected:
21     virtual void loadEvents( const QDate &aDate, const int aConferenceId );
22
23 private slots:
24     void timerUpdateTreeView();
25 };
26
27 #endif /* NOWTABCONTAINER_H_ */