diff options
Diffstat (limited to 'src/actions-live.cpp')
-rw-r--r-- | src/actions-live.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions-live.cpp b/src/actions-live.cpp index 90186c3..5f98dfd 100644 --- a/src/actions-live.cpp +++ b/src/actions-live.cpp @@ -23,7 +23,7 @@ #include <glib.h> -namespace unity { +namespace ayatana { namespace indicator { namespace datetime { @@ -263,4 +263,4 @@ void LiveActions::set_location(const std::string& tzid, const std::string& name) } // namespace datetime } // namespace indicator -} // namespace unity +} // namespace ayatana |