KIO
Go to the documentation of this file.
24 #include <kdeversion.h>
27 #include <QVBoxLayout>
37 :
KCModule(KcmSslFactory::componentData(), parent, args)
40 "kcm_ssl", 0,
ki18n(
"SSL Configuration Module"),
42 ki18n(
"Copyright 2010 Andreas Hartmetz"));
49 setLayout(
new QVBoxLayout);
50 layout()->setMargin(0);
51 layout()->setSpacing(0);
52 layout()->addWidget(m_tabs);
55 m_tabs->addTab(m_caCertificatesPage,
i18n(
"SSL Signers"));
57 connect(m_caCertificatesPage, SIGNAL(changed(
bool)), SLOT(pageChanged(
bool)));
62 m_caCertificatesPage->
load();
67 m_caCertificatesPage->
save();
76 void KcmSsl::pageChanged(
bool isChanged)
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 22:01:44 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.