2 #ifndef CONFLICTDIALOGCONTAINER_H
3 #define CONFLICTDIALOGCONTAINER_H
5 #include "tabcontainer.h"
7 class ConflictDialogContainer: public TabContainer
11 ConflictDialogContainer(QWidget *aParent);
12 virtual ~ConflictDialogContainer(){}
14 void setEventId(int aEventId) { mEventId = aEventId; }
17 virtual void loadEvents( const QDate &aDate, const int aConferenceId );
23 #endif /* CONFLICTDIALOGCONTAINER_H */