removed headers from *.h and *.cpp
[toast/confclerk.git] / src / gui / roomstabcontainer.cpp
1
2 #include "roomstabcontainer.h"
3
4 RoomsTabContainer::RoomsTabContainer( QWidget *aParent ) : TabContainer( aParent )
5 {
6 }
7
8 void RoomsTabContainer::loadEvents( const QDate &aDate, const int aConferenceId )
9 {
10     static_cast<EventModel*>(treeView->model())->loadEventsByRoom( aDate, aConferenceId );
11 }