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