4 #include <QtGui/QMainWindow>
6 #include <ui_mainwindow.h>
8 class MainWindow : public QMainWindow, private Ui::MainWindow
12 // aEventId is used to inform widget to automatically open
13 // Event dialog for given Event ID
14 MainWindow(int aEventId = 0, QWidget *aParent = NULL);
17 void scheduleImported(int aConfId);
19 void updateSearchView(const QDate &aDate);
21 void searchAgainClicked();
22 void conferenceMapClicked();
23 void eventHasChanged(int aEventId);
26 #endif // MAINWINDOW_H