From 168c54db76bad4fb2a89196636edd90b6f1da7e7 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sat, 15 May 2010 15:44:24 +0000 Subject: use own tablemodel instead of qtablewidget for keylist git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/keylist-rewrite@337 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'keylist.h') diff --git a/keylist.h b/keylist.h index 4c5ed3f..b23f0d8 100644 --- a/keylist.h +++ b/keylist.h @@ -23,6 +23,7 @@ #define __KEYLIST_H__ #include "context.h" +#include "keytablemodel.h" class QWidget; class QVBoxLayout; @@ -54,7 +55,7 @@ public slots: private: GpgME::Context *mCtx; - QTableWidget *mKeyList; + QTableView *mKeyList; QString iconPath; QMenu *popupMenu; -- cgit v1.2.3