4 * Created on: Jan 27, 2010
8 #ifndef NOWTABCONTAINER_H_
9 #define NOWTABCONTAINER_H_
11 #include "tabcontainer.h"
13 class NowTabContainer: public TabContainer
17 NowTabContainer( QWidget *aParent );
18 virtual ~NowTabContainer() { }
21 virtual void loadEvents( const QDate &aDate, const int aConferenceId );
24 void timerUpdateTreeView();
27 #endif /* NOWTABCONTAINER_H_ */