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