aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 8210f28..ddb2f44 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -444,7 +444,7 @@ void GpgWin::about()
void GpgWin::encrypt()
{
- QList<QString> *uidList = mKeyList->getChecked();
+ QStringList *uidList = mKeyList->getChecked();
QByteArray *tmp = new QByteArray();
if (mCtx->encrypt(uidList, edit->toPlainText().toUtf8(), tmp)) {