diff options
Diffstat (limited to 'lang/qt/src/keylistjob.h')
-rw-r--r-- | lang/qt/src/keylistjob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qt/src/keylistjob.h b/lang/qt/src/keylistjob.h index 515a0e4d..ace9fbe0 100644 --- a/lang/qt/src/keylistjob.h +++ b/lang/qt/src/keylistjob.h @@ -44,6 +44,8 @@ # include <gpgme++/key.h> #endif +#include <QtCore/QStringList> + #include <vector> namespace GpgME @@ -52,8 +54,6 @@ class Error; class KeyListResult; } -class QStringList; - namespace QGpgME { |