diff options
Diffstat (limited to 'keylist.h')
-rw-r--r-- | keylist.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -23,7 +23,7 @@ #define __KEYLIST_H__ #include <QWidget> -#include <QListWidget> +#include <QTableWidget> #include <QPushButton> #include "context.h" @@ -47,8 +47,7 @@ public: private: GpgME::Context *m_ctx; - QListWidget *m_keyList; - QList<QString> *m_idList; + QTableWidget *m_keyList; QPushButton *m_deleteButton; QAction *deleteKeyAct; void createActions(); |