aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-15 22:50:11 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-15 22:50:11 +0000
commit20f449be908dbe974af547a035fbaa646e002aa1 (patch)
tree57e5c019ed336a54b2c8cb305dc83a7157e41e91 /wizard.cpp
parentopen integrated help from wizard (diff)
downloadgpg4usb-20f449be908dbe974af547a035fbaa646e002aa1.tar.gz
gpg4usb-20f449be908dbe974af547a035fbaa646e002aa1.zip
choose helppage keygen.html from wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@745 34ebc366-c3a9-4b3c-9f84-69acf7962910
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 77fc3d0..cc4184f 100644
--- a/wizard.cpp
+++ b/wizard.cpp
@@ -105,10 +105,10 @@ KeyGenPage::KeyGenPage(GpgME::GpgContext *ctx, QWidget *parent)
"and verify texts signed by you.<br/>"
"You can use the private key to decrypt and sign texts.<br/>"
"For more information have a look in the online tutorial:"));
- QLabel *linkLabel = new QLabel("<a href=""http://gpg4usb.cpunk.de/docu.html"">"+tr("Online tutorial")+"</a>");
+ QLabel *linkLabel = new QLabel("<a href=""docu_keygen.html"">"+tr("Online tutorial")+"</a>");
//linkLabel->setOpenExternalLinks(true);
- connect(linkLabel, SIGNAL(linkActivated(const QString&)), parentWidget()->parentWidget(), SLOT(openHelp()));
+ connect(linkLabel, SIGNAL(linkActivated(const QString&)), parentWidget()->parentWidget(), SLOT(openHelp(const QString&)));
QWidget *createKeyButtonBox = new QWidget(this);
QHBoxLayout *createKeyButtonBoxLayout = new QHBoxLayout(createKeyButtonBox);