diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-15 19:28:05 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-15 19:28:05 +0100 |
commit | 3dd90236e7927028ff5c98635f8075189c9869c2 (patch) | |
tree | aefb7ce4e698b6c9d6993546d5e437a61d7ce4e3 /tests/hawd/dataset.h | |
parent | cb0f5fb769380db5771ff8e0dba8d780cdc92edb (diff) | |
download | sink-3dd90236e7927028ff5c98635f8075189c9869c2.tar.gz sink-3dd90236e7927028ff5c98635f8075189c9869c2.zip |
namespace everything in libs with Akonadi2
Diffstat (limited to 'tests/hawd/dataset.h')
-rw-r--r-- | tests/hawd/dataset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h index 09a5828..dd1d6f2 100644 --- a/tests/hawd/dataset.h +++ b/tests/hawd/dataset.h | |||
@@ -83,7 +83,7 @@ public: | |||
83 | 83 | ||
84 | private: | 84 | private: |
85 | DatasetDefinition m_definition; | 85 | DatasetDefinition m_definition; |
86 | Storage m_storage; | 86 | Akonadi2::Storage m_storage; |
87 | QString m_commitHash; | 87 | QString m_commitHash; |
88 | }; | 88 | }; |
89 | 89 | ||