2 #ifndef NOWTABCONTAINER_H_
3 #define NOWTABCONTAINER_H_
5 #include "tabcontainer.h"
7 class NowTabContainer: public TabContainer
11 NowTabContainer( QWidget *aParent );
12 virtual ~NowTabContainer() { }
15 virtual void loadEvents( const QDate &aDate, const int aConferenceId );
18 void timerUpdateTreeView();
21 #endif /* NOWTABCONTAINER_H_ */