aboutsummaryrefslogtreecommitdiff
path: root/tests/timedated-fixture.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 10:37:30 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 10:37:30 +0000
commit4a6ec712275b179decd1844232dce44bc9f9dc19 (patch)
tree75d9a7780c99306d91394564284ab90a626e6f0f /tests/timedated-fixture.h
parent755e153eb1928f62169165259bd7a3a9f8cc38b3 (diff)
downloadayatana-indicator-datetime-4a6ec712275b179decd1844232dce44bc9f9dc19.tar.gz
ayatana-indicator-datetime-4a6ec712275b179decd1844232dce44bc9f9dc19.tar.bz2
ayatana-indicator-datetime-4a6ec712275b179decd1844232dce44bc9f9dc19.zip
Many more C++ namespace name changes (unity -> ayatana).
Diffstat (limited to 'tests/timedated-fixture.h')
-rw-r--r--tests/timedated-fixture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/timedated-fixture.h b/tests/timedated-fixture.h
index 5ec425d..00269e0 100644
--- a/tests/timedated-fixture.h
+++ b/tests/timedated-fixture.h
@@ -25,7 +25,7 @@
#include "state-mock.h"
#include "glib-fixture.h"
-using namespace unity::indicator::datetime;
+using namespace ayatana::indicator::datetime;
class MockLiveActions: public LiveActions
{
@@ -44,7 +44,7 @@ protected:
****
***/
-using namespace unity::indicator::datetime;
+using namespace ayatana::indicator::datetime;
class TimedateFixture: public GlibFixture
{