aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2021-12-07 19:08:29 +0100
committerTobias Fella <fella@posteo.de>2021-12-07 19:08:29 +0100
commit2c6fa33ca52842e9dfba0dd3893a9d5526e10e60 (patch)
tree96ffece23a6f671d71328159357db3c68767365a /lib/connection.h
parent47bd4dfb2bc720d2b5919b93985f87d918af572a (diff)
downloadlibquotient-2c6fa33ca52842e9dfba0dd3893a9d5526e10e60.tar.gz
libquotient-2c6fa33ca52842e9dfba0dd3893a9d5526e10e60.zip
Rename "crypto" -> "e2ee"
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.h b/lib/connection.h
index d2347d1d..3a12ec39 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -22,7 +22,7 @@
#include <functional>
#ifdef Quotient_E2EE_ENABLED
-#include "crypto/e2ee.h"
+#include "e2ee/e2ee.h"
#endif
Q_DECLARE_METATYPE(Quotient::GetLoginFlowsJob::LoginFlow)