aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-xkeymgmt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp
index 2cf21c0..6cb2a05 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -25,10 +25,10 @@
#include "keymgmt.h"
-KeyMgmt::KeyMgmt(GpgME::Context *ctx, QString iconpath)
+KeyMgmt::KeyMgmt(GpgME::Context *ctx, QString iconPath)
{
mCtx = ctx;
- mIconPath = iconpath;
+ mIconPath = iconPath;
/* the list of Keys available*/
mKeyList = new KeyList(mCtx, mIconPath);