aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-xfileencryptiondialog.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h
index a7f9ed0..f634743 100755
--- a/fileencryptiondialog.h
+++ b/fileencryptiondialog.h
@@ -36,7 +36,6 @@ class QHBoxLayout;
class QVBoxLayout;
class QDebug;
class QFileDialog;
-class QRadioButton;
QT_END_NAMESPACE
/**
@@ -53,7 +52,6 @@ public:
enum DialogAction {
Encrypt,
Decrypt,
- EncryptAndDecrypt,
Sign,
Verify
};
@@ -66,7 +64,7 @@ public:
* @param keyList
* @param parent
*/
- FileEncryptionDialog(GpgME::GpgContext *ctx, QStringList keyList, QWidget *parent = 0, DialogAction action = EncryptAndDecrypt);
+ FileEncryptionDialog(GpgME::GpgContext *ctx, QStringList keyList, DialogAction action, QWidget *parent = 0);
public slots:
/**
* @details
@@ -102,8 +100,6 @@ public slots:
private:
QLineEdit *outputFileEdit; /**< TODO */
QLineEdit *inputFileEdit; /**< TODO */
- QRadioButton *radioEnc; /**< TODO */
- QRadioButton *radioDec; /**< TODO */
DialogAction mAction; /**< TODO */
protected:
GpgME::GpgContext *mCtx; /**< TODO */