/*
* Copyright (C) 2010 Ixonos Plc.
+ * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann, Stefan Stahl
*
* This file is part of ConfClerk.
*
#ifndef DELEGATE_H
#define DELEGATE_H
-#include <QItemDelegate>
-#include <QTreeView>
-#include <QPointer>
+#include <QtGui>
class Delegate : public QItemDelegate
{
FavouriteControlOff,
AlarmControlOn,
AlarmControlOff,
- MapControl,
WarningControl
};