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/sound.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/notifications/sound.h') diff --git a/include/notifications/sound.h b/include/notifications/sound.h index d08c2e7..8bd3e33 100644 --- a/include/notifications/sound.h +++ b/include/notifications/sound.h @@ -17,13 +17,13 @@ * Charles Kerr */ -#ifndef UNITY_INDICATOR_NOTIFICATIONS_SOUND_H -#define UNITY_INDICATOR_NOTIFICATIONS_SOUND_H +#ifndef AYATANA_INDICATOR_NOTIFICATIONS_SOUND_H +#define AYATANA_INDICATOR_NOTIFICATIONS_SOUND_H #include #include -namespace unity { +namespace ayatana { namespace indicator { namespace notifications { @@ -55,6 +55,6 @@ private: } // namespace notifications } // namespace indicator -} // namespace unity +} // namespace ayatana -#endif // UNITY_INDICATOR_NOTIFICATIONS_SOUND_H +#endif // AYATANA_INDICATOR_NOTIFICATIONS_SOUND_H -- cgit v1.2.3