diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-24 17:28:44 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-01-24 17:28:44 +0000 |
commit | a55aab908677c39eabf8b18cb51ab5ef6278e419 (patch) | |
tree | bad4444b72aff4b230ea5cd81c29acdbbca6ecfd /keymgmt.h | |
parent | <CTRL> N for new tab default, <CTRL> T still works (diff) | |
download | gpg4usb-a55aab908677c39eabf8b18cb51ab5ef6278e419.tar.gz gpg4usb-a55aab908677c39eabf8b18cb51ab5ef6278e419.zip |
reverted keymgmt
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@446 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-x | keymgmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ class KeyMgmt : public QMainWindow Q_OBJECT public: - KeyMgmt(GpgME::Context* ctx, QString iconPath); + KeyMgmt(GpgME::Context* ctx, QString iconpath); public slots: void importKeyFromFile(); |