summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-03 01:15:05 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-08 22:32:10 +0200
commit46f02bb0c38862449f2d7d787d0f4bdbf37b7365 (patch)
tree71fbb2f9df6142c5c1d91e24119d7fe357ca873a /src
parentTry to fix gstreamer build (diff)
downloadnheko-46f02bb0c38862449f2d7d787d0f4bdbf37b7365.tar.xz
Fix qtkeychain include
Diffstat (limited to 'src')
-rw-r--r--src/Cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp
index b3981c64..2d87304c 100644
--- a/src/Cache.cpp
+++ b/src/Cache.cpp
@@ -21,7 +21,7 @@
 #if __has_include(<keychain.h>)
 #include <keychain.h>
 #else
-#include <qt5keychain/keychain.h>
+#include <qt6keychain/keychain.h>
 #endif
 
 #include <mtx/responses/common.hpp>