diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-08-03 09:44:12 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-08-03 09:44:12 +0000 |
commit | f9143c0d39e2a2127eeedabdbb115e4072ee4ad9 (patch) | |
tree | 644fb034935de3242e46c49785143c523692e525 /keydetailsdialog.h | |
parent | fix crash, what todo with secres keys? (diff) | |
download | gpg4usb-f9143c0d39e2a2127eeedabdbb115e4072ee4ad9.tar.gz gpg4usb-f9143c0d39e2a2127eeedabdbb115e4072ee4ad9.zip |
reorganize kgpg source tree
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2-mac@931 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r-- | keydetailsdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h index a13257e..e0893c2 100644 --- a/keydetailsdialog.h +++ b/keydetailsdialog.h @@ -23,7 +23,7 @@ #define __KEYDETAILSDIALOG_H__ #include "gpgcontext.h" -#include "kgpg/kgpgkey.h" +#include "kgpg/core/kgpgkey.h" #include <gpgme.h> QT_BEGIN_NAMESPACE |