aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.h')
-rw-r--r--keylist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keylist.h b/keylist.h
index ff039b5..f5034d4 100644
--- a/keylist.h
+++ b/keylist.h
@@ -43,8 +43,8 @@ public:
void addMenuAction(QAction *act);
KeyList(GpgME::Context *ctx, QString iconpath, QWidget *parent = 0);
- QList<QString> *getChecked();
- QList<QString> *getSelected();
+ QStringList *getChecked();
+ QStringList *getSelected();
public slots:
void refresh();