diff options
Diffstat (limited to 'keylist.h')
-rw-r--r-- | keylist.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |