aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-xkeymgmt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/keymgmt.h b/keymgmt.h
index 6b2198f..1c1b138 100755
--- a/keymgmt.h
+++ b/keymgmt.h
@@ -44,7 +44,7 @@ class KeyMgmt : public QMainWindow
Q_OBJECT
public:
- KeyMgmt(GpgME::GpgContext* ctx, QString iconpath, QWidget *parent = 0);
+ KeyMgmt(GpgME::GpgContext* ctx, QWidget *parent = 0);
QAction *importKeyFromClipboardAct;
QAction *importKeyFromFileAct;
QAction *importKeyFromKeyServerAct;
@@ -71,7 +71,6 @@ private:
void deleteKeysWithWarning(QStringList *uidList);
KeyList *mKeyList;
- QString mIconPath;
GpgME::GpgContext *mCtx;
QMenu *fileMenu;
QMenu *keyMenu;