diff options
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 | ||