]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/alarm/alarm.h
Bump copyright years.
[toast/confclerk.git] / src / alarm / alarm.h
index 3a9205a11932229be045367a065bc7f1efe2fbb5..270850d56d6c7c3033c7d275bcc3a20be7ea91db 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2010 Ixonos Plc.
- * Copyright (C) 2011-2012 Philipp Spitzer, gregor herrmann
+ * Copyright (C) 2011-2024 Philipp Spitzer, gregor herrmann, Stefan Stahl
  *
  * This file is part of ConfClerk.
  *
 
 extern "C"
 {
-#include <alarmd/libalarm.h>
+#include "alarmd/libalarm.h"
 }
 
 #define APPID "confclerk-alarm"
-const int PRE_EVENT_ALARM_SEC = -15*60; // alarm goes off 15 minutes before start of event
 
 class Alarm : public QObject
 {