diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-17 10:35:49 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-05-17 10:36:30 +0200 |
commit | 4afa2b50b31e21cba18eba26c12329af62804fae (patch) | |
tree | 61bb7c9931ad8aa038ea385c0b7c90f05731ecbb /include/notifications/haptic.h | |
parent | cab972e0d349219dcd2c4a6fb4b5a040f6bffd08 (diff) | |
download | ayatana-indicator-datetime-4afa2b50b31e21cba18eba26c12329af62804fae.tar.gz ayatana-indicator-datetime-4afa2b50b31e21cba18eba26c12329af62804fae.tar.bz2 ayatana-indicator-datetime-4afa2b50b31e21cba18eba26c12329af62804fae.zip |
Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.
Diffstat (limited to 'include/notifications/haptic.h')
-rw-r--r-- | include/notifications/haptic.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/notifications/haptic.h b/include/notifications/haptic.h index f4f1b4d..535074d 100644 --- a/include/notifications/haptic.h +++ b/include/notifications/haptic.h @@ -17,12 +17,12 @@ * Charles Kerr <charles.kerr@canonical.com> */ -#ifndef UNITY_INDICATOR_NOTIFICATIONS_HAPTIC_H -#define UNITY_INDICATOR_NOTIFICATIONS_HAPTIC_H +#ifndef AYATANA_INDICATOR_NOTIFICATIONS_HAPTIC_H +#define AYATANA_INDICATOR_NOTIFICATIONS_HAPTIC_H #include <memory> -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_HAPTIC_H +#endif // AYATANA_INDICATOR_NOTIFICATIONS_HAPTIC_H |