summaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-24 00:44:37 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-24 00:44:37 +0100
commit19e48a93df1eccf10c4b87de6d46b6f234a18639 (patch)
treeceec65013f3650c0f02135fb1ce9675f14db34a3 /keygendialog.h
parentf0dbb325ac80d23c8e025885ef56117e9caabd81 (diff)
This should fix about half
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_