summaryrefslogtreecommitdiff
path: root/kde-apps/kpat/files/kpat-19.04.3-missing-header.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /kde-apps/kpat/files/kpat-19.04.3-missing-header.patch
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'kde-apps/kpat/files/kpat-19.04.3-missing-header.patch')
-rw-r--r--kde-apps/kpat/files/kpat-19.04.3-missing-header.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/kpat/files/kpat-19.04.3-missing-header.patch b/kde-apps/kpat/files/kpat-19.04.3-missing-header.patch
deleted file mode 100644
index be272b75f4ca..000000000000
--- a/kde-apps/kpat/files/kpat-19.04.3-missing-header.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 5b68765dcd431bca55582c4996adf73ed0ac0123 Mon Sep 17 00:00:00 2001
-From: Luca Beltrame <lbeltrame@kde.org>
-Date: Thu, 18 Jul 2019 23:28:57 +0200
-Subject: Add QMap include to fix build (with Qt 5.13)
-
-It looks it's no longer included transitively.
----
- mainwindow.h | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/mainwindow.h b/mainwindow.h
-index 0d6b2da..ca6ee0f 100644
---- a/mainwindow.h
-+++ b/mainwindow.h
-@@ -23,7 +23,7 @@
- * -------------------------------------------------------------------------
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
-- * published by the Free Software Foundation; either version 2 of
-+ * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
-@@ -53,6 +53,7 @@ class KRecentFilesAction;
- class KToggleAction;
- class QUrl;
- #include <KXmlGuiWindow>
-+#include <QMap>
-
- class QLabel;
-
-@@ -127,7 +128,7 @@ private:
- QAction * m_upAction;
- QAction * m_downAction;
- QAction * m_cancelAction;
-- QAction * m_pickUpSetDownAction;
-+ QAction * m_pickUpSetDownAction;
-
- KRecentFilesAction * m_recentFilesAction;
- QAction * m_saveAction;
---
-cgit v1.1