From 1da192165c145805c32e2e13afbccc52b8a76ab6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 2 Nov 2009 14:53:26 +0100 Subject: s/CC_DBUS_/ABRTD_DBUS_/g Signed-off-by: Denys Vlasenko --- lib/Utils/DBusCommon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/Utils/DBusCommon.h b/lib/Utils/DBusCommon.h index b3e3af2..2e3ed8a 100644 --- a/lib/Utils/DBusCommon.h +++ b/lib/Utils/DBusCommon.h @@ -22,8 +22,8 @@ #include "CrashTypes.h" -#define CC_DBUS_NAME "com.redhat.abrt" -#define CC_DBUS_PATH "/com/redhat/abrt" -#define CC_DBUS_IFACE "com.redhat.abrt" +#define ABRTD_DBUS_NAME "com.redhat.abrt" +#define ABRTD_DBUS_PATH "/com/redhat/abrt" +#define ABRTD_DBUS_IFACE "com.redhat.abrt" #endif -- cgit