timerd/timermanager.cpp: rename CONFIGFILE to TIMERDCONFIGFILE to avoid conflicts

This commit is contained in:
[CST] Focus
2015-01-15 15:17:13 +03:00
parent 6876dcdf23
commit 8952a4c79a
2 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
#include <eventserver.h>
#include <timerdclient/timerdtypes.h>
#define CONFIGFILE CONFIGDIR "/timerd.conf"
#define TIMERDCONFIGFILE CONFIGDIR "/timerd.conf"
class CTimerEvent
{