summaryrefslogtreecommitdiff
path: root/kde-apps/kaddressbook/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /kde-apps/kaddressbook/files
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'kde-apps/kaddressbook/files')
-rw-r--r--kde-apps/kaddressbook/files/kaddressbook-20.08.3-qt-5.15.2.patch69
1 files changed, 0 insertions, 69 deletions
diff --git a/kde-apps/kaddressbook/files/kaddressbook-20.08.3-qt-5.15.2.patch b/kde-apps/kaddressbook/files/kaddressbook-20.08.3-qt-5.15.2.patch
deleted file mode 100644
index 888febed0fa3..000000000000
--- a/kde-apps/kaddressbook/files/kaddressbook-20.08.3-qt-5.15.2.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From 8aee8d40ae2a1c920d3520163d550d3b49720226 Mon Sep 17 00:00:00 2001
-From: Volker Krause <vkrause@kde.org>
-Date: Sun, 25 Oct 2020 18:22:58 +0100
-Subject: [PATCH] Compile with recent Qt 5.15
-
-More QPrinter methods got deprecated there. DevicePixel no longer exists
-as a unit, visually Point looks pretty much the same though.
----
- src/printing/compact/compactstyle.cpp | 2 +-
- src/printing/grantlee/grantleeprintstyle.cpp | 2 +-
- src/printing/mike/mikesstyle.cpp | 2 +-
- src/printing/ringbinder/ringbinderstyle.cpp | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/src/printing/compact/compactstyle.cpp b/src/printing/compact/compactstyle.cpp
-index d950a963..71e74c0f 100644
---- a/src/printing/compact/compactstyle.cpp
-+++ b/src/printing/compact/compactstyle.cpp
-@@ -168,7 +168,7 @@ void CompactStyle::print(const KContacts::Addressee::List &contacts, PrintProgre
-
- // print
- QPrinter *printer = wizard()->printer();
-- printer->setPageMargins(20, 20, 20, 20, QPrinter::DevicePixel);
-+ printer->setPageMargins(QMarginsF(20, 20, 20, 20), QPageLayout::Point);
-
- progress->addMessage(i18n("Setting up document"));
-
-diff --git a/src/printing/grantlee/grantleeprintstyle.cpp b/src/printing/grantlee/grantleeprintstyle.cpp
-index d7afe8ef..49b5e494 100644
---- a/src/printing/grantlee/grantleeprintstyle.cpp
-+++ b/src/printing/grantlee/grantleeprintstyle.cpp
-@@ -38,7 +38,7 @@ GrantleePrintStyle::~GrantleePrintStyle()
- void GrantleePrintStyle::print(const KContacts::Addressee::List &contacts, PrintProgress *progress)
- {
- QPrinter *printer = wizard()->printer();
-- printer->setPageMargins(20, 20, 20, 20, QPrinter::DevicePixel);
-+ printer->setPageMargins(QMarginsF(20, 20, 20, 20), QPageLayout::Point);
-
- progress->addMessage(i18n("Setting up document"));
-
-diff --git a/src/printing/mike/mikesstyle.cpp b/src/printing/mike/mikesstyle.cpp
-index 9f698c53..81a4bd6f 100644
---- a/src/printing/mike/mikesstyle.cpp
-+++ b/src/printing/mike/mikesstyle.cpp
-@@ -107,7 +107,7 @@ MikesStyle::~MikesStyle()
- void MikesStyle::print(const KContacts::Addressee::List &contacts, PrintProgress *progress)
- {
- QPrinter *printer = wizard()->printer();
-- printer->setPageMargins(20, 20, 20, 20, QPrinter::DevicePixel);
-+ printer->setPageMargins(QMarginsF(20, 20, 20, 20), QPageLayout::Point);
-
- progress->addMessage(i18n("Setting up document"));
-
-diff --git a/src/printing/ringbinder/ringbinderstyle.cpp b/src/printing/ringbinder/ringbinderstyle.cpp
-index 60a39c86..5f600d6a 100644
---- a/src/printing/ringbinder/ringbinderstyle.cpp
-+++ b/src/printing/ringbinder/ringbinderstyle.cpp
-@@ -159,7 +159,7 @@ void RingBinderPrintStyle::print(const KContacts::Addressee::List &contacts, Pri
- config.sync();
-
- QPrinter *printer = wizard()->printer();
-- printer->setPageMargins(50, 20, 0, 50, QPrinter::DevicePixel);
-+ printer->setPageMargins(QMarginsF(50, 20, 0, 50), QPageLayout::Point);
-
- progress->addMessage(i18n("Setting up document"));
-
---
-GitLab
-