summaryrefslogtreecommitdiffstats
path: root/kcontrol/crypto/crypto.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-19 23:15:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-19 23:15:02 -0600
commitac2a2efee3834bba4eb17228b7f405829242cd96 (patch)
tree955a74225aaf611e454fb6519c5da883cfa9e09d /kcontrol/crypto/crypto.cpp
parent0a8ecfb93b699a519ad9af9e548279d50c50093b (diff)
parent3b73654a279458e28f225b2cce77bee098fe1739 (diff)
downloadtdebase-ac2a2efee3834bba4eb17228b7f405829242cd96.tar.gz
tdebase-ac2a2efee3834bba4eb17228b7f405829242cd96.zip
Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'kcontrol/crypto/crypto.cpp')
-rw-r--r--kcontrol/crypto/crypto.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/kcontrol/crypto/crypto.cpp b/kcontrol/crypto/crypto.cpp
index 70344e16a..329c04a31 100644
--- a/kcontrol/crypto/crypto.cpp
+++ b/kcontrol/crypto/crypto.cpp
@@ -1234,6 +1234,25 @@ void KCryptoConfig::save()
emit changed(false);
}
+TQString KCryptoConfig::handbookSection() const
+{
+ int index = tabs->currentPageIndex();
+ if (index == 0)
+ return "ssl_tab";
+ else if (index == 1)
+ return "openssl";
+ else if (index == 2)
+ return "your-certificates";
+ else if (index == 3)
+ return "authentication";
+ else if (index == 4)
+ return "peer-ssl-certificates";
+ else if (index == 5)
+ return "ssl-signers";
+ else
+ return TQString::null;
+}
+
void KCryptoConfig::defaults()
{
load( true );