aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizard.cpp')
-rw-r--r--wizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard.cpp b/wizard.cpp
index 3ef5808..557902c 100644
--- a/wizard.cpp
+++ b/wizard.cpp
@@ -45,8 +45,8 @@ Wizard::Wizard(GpgME::GpgContext *ctx, KeyMgmt *keyMgmt, QWidget *parent)
setPixmap(QWizard::BannerPixmap, QPixmap(":/banner.png"));
QSettings settings;
- setStartId(settings.value("wizard/page", -1).toInt());
- settings.remove("wizard/page");
+ setStartId(settings.value("wizard/nextPage", -1).toInt());
+ settings.remove("wizard/nextPage");
connect(this, SIGNAL(accepted()), this, SLOT(wizardAccepted()));