diff options
Diffstat (limited to 'lang/qt/tests/t-encrypt.cpp')
-rw-r--r-- | lang/qt/tests/t-encrypt.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/qt/tests/t-encrypt.cpp b/lang/qt/tests/t-encrypt.cpp index 35b9bbf9..aac49a4b 100644 --- a/lang/qt/tests/t-encrypt.cpp +++ b/lang/qt/tests/t-encrypt.cpp @@ -41,14 +41,14 @@ #include "keylistjob.h" #include "encryptjob.h" #include "signencryptjob.h" -#include "signingresult.h" +#include <gpgme++/signingresult.h> #include "encryptjob.h" -#include "encryptionresult.h" -#include "decryptionresult.h" +#include <gpgme++/encryptionresult.h> +#include <gpgme++/decryptionresult.h> #include "decryptjob.h" #include "qgpgmebackend.h" -#include "keylistresult.h" -#include "engineinfo.h" +#include <gpgme++/keylistresult.h> +#include <gpgme++/engineinfo.h> #include "verifyopaquejob.h" #include "t-support.h" |