Use https here

wilder
Laurent Montel 7 years ago
parent 19c0a4ea8c
commit 90f5a04cc7
  1. 2
      CMakeLists.txt
  2. 4
      src/aboutdata.cpp
  3. 2
      src/dialog/archivefolderdialog.cpp
  4. 2
      src/dialog/archivefolderdialog.h
  5. 2
      src/foldershortcutactionmanager.cpp
  6. 2
      src/foldershortcutactionmanager.h
  7. 4
      src/identity/identitydialog.cpp
  8. 4
      src/identity/xfaceconfigurator.cpp
  9. 2
      src/tag/tagactionmanager.cpp
  10. 2
      src/tag/tagactionmanager.h

@ -75,7 +75,7 @@ set(LIBKSIEVE_LIB_VERSION_LIB "5.10.40")
find_package(KF5WebEngineViewer ${MESSAGELIB_LIB_VERSION_LIB} CONFIG REQUIRED)
find_package(KF5AkonadiSearch "5.10.40" CONFIG REQUIRED)
set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi Search libraries" URL "http://www.kde.org" TYPE REQUIRED PURPOSE "Provides search capabilities in KMail and Akonadi")
set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi Search libraries" URL "https://www.kde.org" TYPE REQUIRED PURPOSE "Provides search capabilities in KMail and Akonadi")
set(GPGMEPP_LIB_VERSION "1.8.0")
find_package(Gpgmepp ${GPGMEPP_LIB_VERSION} CONFIG REQUIRED)

@ -313,7 +313,7 @@ static const about_data credits[] = {
{ "Thomas Moenicke", nullptr, "tm@php-qt.org", nullptr },
{ "Dirk M\303\274ller", nullptr, nullptr, nullptr }, // QUrl() fixes and qt_cast optimizations
{ "Torgny Nyblom", nullptr, "nyblom@kde.org", nullptr },
{ "OpenUsability", I18N_NOOP("Usability tests and improvements"), nullptr, "http://www.openusability.org" },
{ "OpenUsability", I18N_NOOP("Usability tests and improvements"), nullptr, "https://www.openusability.org" },
{ "Mario Teijeiro Otero", nullptr, nullptr, nullptr }, // various vendor annotations fixes
{ "Kevin Ottens", nullptr, "ervin@kde.org", nullptr },
{ "Simon Perreault", nullptr, nullptr, nullptr }, // make the composer remember its "Use Fixed Font" setting (bug 49481)
@ -364,7 +364,7 @@ AboutData::AboutData()
KAboutLicense::GPL,
i18n("Copyright © 1997–2018, KMail authors"),
QString(),
QStringLiteral("http://userbase.kde.org/KMail"))
QStringLiteral("https://userbase.kde.org/KMail"))
{
using KMail::authors;
using KMail::credits;

@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include "archivefolderdialog.h"

@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef ARCHIVEFOLDERDIALOG_H
#define ARCHIVEFOLDERDIALOG_H

@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include "foldershortcutactionmanager.h"

@ -14,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef FOLDERSHORTCUTACTIONMANAGER_H
#define FOLDERSHORTCUTACTIONMANAGER_H

@ -394,7 +394,7 @@ IdentityDialog::IdentityDialog(QWidget *parent)
"<p>You can leave this blank, but KMail will not be able "
"to digitally sign emails using OpenPGP; "
"normal mail functions will not be affected.</p>"
"<p>You can find out more about keys at <a>http://www.gnupg.org</a></p></qt>");
"<p>You can find out more about keys at <a>https://www.gnupg.org</a></p></qt>");
label = new QLabel(i18n("OpenPGP signing key:"), tab);
label->setBuddy(mPGPSigningKeyRequester);
mPGPSigningKeyRequester->setWhatsThis(msg);
@ -412,7 +412,7 @@ IdentityDialog::IdentityDialog(QWidget *parent)
"<p>You can leave this blank, but KMail will not be able "
"to encrypt copies of outgoing messages to you using OpenPGP; "
"normal mail functions will not be affected.</p>"
"<p>You can find out more about keys at <a>http://www.gnupg.org</a></p></qt>");
"<p>You can find out more about keys at <a>https://www.gnupg.org</a></p></qt>");
label = new QLabel(i18n("OpenPGP encryption key:"), tab);
label->setBuddy(mPGPEncryptionKeyRequester);
mPGPEncryptionKeyRequester->setWhatsThis(msg);

@ -165,8 +165,8 @@ XFaceConfigurator::XFaceConfigurator(QWidget *parent)
mTextEdit->editor()->setWordWrapMode(QTextOption::WrapAnywhere);
mTextEdit->editor()->setSearchSupport(false);
QLabel *label2 = new QLabel(i18n("Examples are available at <a "
"href=\"http://ace.home.xs4all.nl/X-Faces/\">"
"http://ace.home.xs4all.nl/X-Faces/</a>."), page);
"href=\"https://ace.home.xs4all.nl/X-Faces/\">"
"https://ace.home.xs4all.nl/X-Faces/</a>."), page);
label2->setOpenExternalLinks(true);
label2->setTextInteractionFlags(Qt::TextBrowserInteraction);

@ -16,7 +16,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include "tagactionmanager.h"

@ -16,7 +16,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef TAGACTIONMANAGER_H
#define TAGACTIONMANAGER_H

Loading…
Cancel
Save