/*
* Copyright (C) 2010 Ixonos Plc.
+ * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl
*
* This file is part of ConfClerk.
*
{
Q_OBJECT
public:
- ConflictsDialog(int aEventId, QWidget *aParent = NULL);
+ ConflictsDialog(int aEventId, int aConferenceId, QWidget *aParent = NULL);
~ConflictsDialog();
signals:
- void eventHasChanged(int aEventId, bool aReloadModel = false);
+ void eventChanged(int aEventId, bool favouriteChanged);
};
#endif /* CONFLICTSDIALOG_H */