aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index 43d2c87..47ab4dc 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -36,9 +36,7 @@ GpgWin::GpgWin()
/* the list of Keys available*/
- m_keyList = new KeyList();
- m_keyList->setIconPath(iconPath);
- m_keyList->setContext(myCtx);
+ m_keyList = new KeyList(myCtx, iconPath);
/* List of binary Attachments */
/*m_attachments = new Attachments();