summaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-24 01:19:28 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-24 01:19:28 +0100
commit703840e9273af99698c909257efd4e93d3d72a15 (patch)
tree9271afd9b0197baaa52da180b2fcdc88e1029783 /keygendialog.h
parentc34054da00a7151c7d35cabdd3228b1a982d4bee (diff)
Even more linting and one more tiny opti
Diffstat (limited to 'keygendialog.h')
-rw-r--r--keygendialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keygendialog.h b/keygendialog.h
index ab6c94f8..4beb148e 100644
--- a/keygendialog.h
+++ b/keygendialog.h
@@ -1,5 +1,5 @@
-#ifndef KEYGENDIALOG_H
-#define KEYGENDIALOG_H
+#ifndef KEYGENDIALOG_H_
+#define KEYGENDIALOG_H_
#include <QDialog>
#include <QCloseEvent>
@@ -19,7 +19,7 @@ class KeygenDialog : public QDialog {
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);