1 #ifndef SINGLE_INSTANCE_H
2 #define SINGLE_INSTANCE_H
5 #include <QtDBus/QtDBus>
7 class CAlarmDBus: public QObject
10 Q_CLASSINFO("D-Bus Interface", "org.fosdem.schedule")
13 CAlarmDBus(QWidget * aParent);
14 virtual ~CAlarmDBus();
17 public Q_SLOTS: // METHODS
18 void Alarm(int aEventId);
24 #endif // SINGLE_INSTANCE_H