diff options
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 */ }; |