* You should have received a copy of the GNU General Public License along with
* ConfClerk. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "delegate.h"
-#include "eventmodel.h"
-#include "track.h"
-
#include <QDebug>
#include <QPainter>
-#include <application.h>
+#include "delegate.h"
+#include "eventmodel.h"
+#include "track.h"
#include "conference.h"
#include "room.h"
+#include "application.h"
const int SPACER = 10;