diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-29 23:56:48 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-29 23:56:48 +0000 |
commit | 486702d1cb5acba0a54411308e2e9818a85a919b (patch) | |
tree | 71c51cc47147d9f220736abc069aefaac9f2667c | |
parent | deleted pubkeys (diff) | |
download | gpg4usb-486702d1cb5acba0a54411308e2e9818a85a919b.tar.gz gpg4usb-486702d1cb5acba0a54411308e2e9818a85a919b.zip |
deleted #include keyutils...
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@180 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rwxr-xr-x | keymgmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp index cac5912..007c7a3 100755 --- a/keymgmt.cpp +++ b/keymgmt.cpp @@ -22,7 +22,7 @@ #include <QtGui> #include "keymgmt.h" -#include "keyutils.h" + KeyMgmt::KeyMgmt(GpgME::Context *ctx, QString iconpath) { |