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