diff options
Diffstat (limited to 'lang/qt/tests/run-encryptarchivejob.cpp')
-rw-r--r-- | lang/qt/tests/run-encryptarchivejob.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/qt/tests/run-encryptarchivejob.cpp b/lang/qt/tests/run-encryptarchivejob.cpp index c1d617fb..2d9c09a3 100644 --- a/lang/qt/tests/run-encryptarchivejob.cpp +++ b/lang/qt/tests/run-encryptarchivejob.cpp @@ -46,9 +46,9 @@ #include <QFileInfo> #include <QTimer> -#include <context.h> -#include <encryptionresult.h> -#include <signingresult.h> +#include <gpgme++/context.h> +#include <gpgme++/encryptionresult.h> +#include <gpgme++/signingresult.h> #include <iostream> |