diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-04-23 12:08:29 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2013-04-23 12:37:43 -0300 |
commit | f8a2dd4d959f420ba1fddeea4c727e008240af46 (patch) | |
tree | 8baf7293e123873604b2c80b7c39c7f19c21f8e8 /src/bin/e_notification.h | |
parent | 646943d897de514718becadba00f0499e717674c (diff) | |
download | enlightenment-f8a2dd4d959f420ba1fddeea4c727e008240af46.tar.gz |
Rename edbus->eldbus
Diffstat (limited to 'src/bin/e_notification.h')
-rw-r--r-- | src/bin/e_notification.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_notification.h b/src/bin/e_notification.h index 291c2114e8..554ecdd138 100644 --- a/src/bin/e_notification.h +++ b/src/bin/e_notification.h @@ -1,7 +1,7 @@ #ifndef _E_NOTIFICATION_H #define _E_NOTIFICATION_H -#include <EDBus.h> +#include <Eldbus.h> #include <Eina.h> typedef enum _E_Notification_Notify_Urgency |