From 4afa2b50b31e21cba18eba26c12329af62804fae Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 17 May 2017 10:35:49 +0200 Subject: Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. --- include/notifications/notifications.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/notifications/notifications.h') diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index fd41edf..fbc2109 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -17,15 +17,15 @@ * Charles Kerr */ -#ifndef UNITY_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H -#define UNITY_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H +#ifndef AYATANA_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H +#define AYATANA_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H #include #include #include #include -namespace unity { +namespace ayatana { namespace indicator { namespace notifications { @@ -112,6 +112,6 @@ private: } // namespace notifications } // namespace indicator -} // namespace unity +} // namespace ayatana -#endif // UNITY_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H +#endif // AYATANA_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H -- cgit v1.2.3