diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 10:37:30 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-08 10:37:30 +0000 |
commit | 4a6ec712275b179decd1844232dce44bc9f9dc19 (patch) | |
tree | 75d9a7780c99306d91394564284ab90a626e6f0f /tests/test-alarm-queue.cpp | |
parent | 755e153eb1928f62169165259bd7a3a9f8cc38b3 (diff) | |
download | ayatana-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/test-alarm-queue.cpp')
-rw-r--r-- | tests/test-alarm-queue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-alarm-queue.cpp b/tests/test-alarm-queue.cpp index aa35668..42edf74 100644 --- a/tests/test-alarm-queue.cpp +++ b/tests/test-alarm-queue.cpp @@ -24,7 +24,7 @@ #include "state-fixture.h" -using namespace unity::indicator::datetime; +using namespace ayatana::indicator::datetime; class AlarmQueueFixture: public StateFixture { |