aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-xkeymgmt.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp
index d666bf1..cac5912 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -31,9 +31,7 @@ KeyMgmt::KeyMgmt(GpgME::Context *ctx, QString iconpath)
resize(640, 400);
/* the list of Keys available*/
- m_keyList = new KeyList();
- m_keyList->setIconPath(mIconPath);
- m_keyList->setContext(mCtx);
+ m_keyList = new KeyList(mCtx, mIconPath);
m_keyList->setColumnWidth(2,250);
m_keyList->setColumnWidth(3,250);
setCentralWidget(m_keyList);