summaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-03 00:22:35 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-03 00:22:35 +0100
commit0968b25512aa45b3975a21c8fca58b7d82f170ee (patch)
treebe1c1e79aa08467c8d451a8c751a7c90b13fdf0d /keygendialog.h
parent5adc49c5e606cf14cb3fe77d106cb5ceba4ff6a6 (diff)
renamed Dialog to ConfigDialog for clarity, upped version number to 1.0.4
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 4cb34aff..01f4a39a 100644
--- a/keygendialog.h
+++ b/keygendialog.h
@@ -3,7 +3,7 @@
#include <QDialog>
#include <QCloseEvent>
-#include "dialog.h"
+#include "configdialog.h"
namespace Ui {
class KeygenDialog;
@@ -14,7 +14,7 @@ class KeygenDialog : public QDialog
Q_OBJECT
public:
- explicit KeygenDialog(Dialog *parent = 0);
+ explicit KeygenDialog(ConfigDialog *parent = 0);
~KeygenDialog();
protected:
@@ -32,7 +32,7 @@ private:
void replace(QString, QString);
void done(int r);
void no_protection(bool enable);
- Dialog *dialog;
+ ConfigDialog *dialog;
};