aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-29 22:29:36 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-29 22:29:36 +0000
commit25db5c0f40379dadd4224cfbd87aad92a49d90ae (patch)
treee940feff28027f9b80397e2cc1b7e82b58df8e41 /fileencryptiondialog.h
parentbaeutified icons for sign and verify (diff)
downloadgpg4usb-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-xfileencryptiondialog.h6
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 */
};