From 25db5c0f40379dadd4224cfbd87aad92a49d90ae Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 29 Oct 2011 22:29:36 +0000 Subject: refactored gpgwin -> mainwindow and context -> gpgcontext git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@588 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- fileencryptiondialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fileencryptiondialog.h') 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 */ }; -- cgit v1.2.3