diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-29 22:29:36 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-29 22:29:36 +0000 |
commit | 25db5c0f40379dadd4224cfbd87aad92a49d90ae (patch) | |
tree | e940feff28027f9b80397e2cc1b7e82b58df8e41 /fileencryptiondialog.h | |
parent | baeutified icons for sign and verify (diff) | |
download | gpg4usb-25db5c0f40379dadd4224cfbd87aad92a49d90ae.tar.gz gpg4usb-25db5c0f40379dadd4224cfbd87aad92a49d90ae.zip |
refactored gpgwin -> mainwindow and context -> gpgcontext
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@588 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-x | fileencryptiondialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index 2fe0c62..7ba380b 100755 --- a/fileencryptiondialog.h +++ b/fileencryptiondialog.h @@ -22,7 +22,7 @@ #ifndef __FILEENCRYPTIONDIALOG_H__ #define __FILEENCRYPTIONDIALOG_H__ -#include "context.h" +#include "gpgcontext.h" #include "keylist.h" QT_BEGIN_NAMESPACE @@ -58,7 +58,7 @@ public: * @param keyList * @param parent */ - FileEncryptionDialog(GpgME::Context *ctx, QString iconPath, QStringList keyList , QWidget *parent = 0); + FileEncryptionDialog(GpgME::GpgContext *ctx, QString iconPath, QStringList keyList , QWidget *parent = 0); public slots: /** @@ -99,7 +99,7 @@ private: QRadioButton *radioDec; /**< TODO */ protected: - GpgME::Context *mCtx; /**< TODO */ + GpgME::GpgContext *mCtx; /**< TODO */ KeyList *mKeyList; /**< TODO */ }; |