summaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'keygendialog.h')
-rw-r--r--keygendialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/keygendialog.h b/keygendialog.h
index 0baa4f18..ab6c94f8 100644
--- a/keygendialog.h
+++ b/keygendialog.h
@@ -12,21 +12,21 @@ class KeygenDialog;
class KeygenDialog : public QDialog {
Q_OBJECT
-public:
+ public:
explicit KeygenDialog(ConfigDialog *parent = 0);
~KeygenDialog();
-protected:
+ protected:
void closeEvent(QCloseEvent *event);
-private slots:
+ private slots:
void on_passphrase1_textChanged(const QString &arg1);
void on_passphrase2_textChanged(const QString &arg1);
void on_checkBox_stateChanged(int arg1);
void on_email_textChanged(const QString &arg1);
void on_name_textChanged(const QString &arg1);
-private:
+ private:
Ui::KeygenDialog *ui;
void replace(QString, QString);
void done(int r);
@@ -34,4 +34,4 @@ private:
ConfigDialog *dialog;
};
-#endif // KEYGENDIALOG_H
+#endif // KEYGENDIALOG_H_