diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-04 21:04:48 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-06 08:33:31 +0200 |
commit | 89b6d2a5c629db597c183dd7b0a7900c8c3e7c77 (patch) | |
tree | 725aaabad9c46edf84a201f2ede005b7882e82fb /net-irc/konversation/files | |
parent | net-irc/konversation: 1.7.5 amd64/x86 stable (diff) | |
download | gentoo-89b6d2a5c629db597c183dd7b0a7900c8c3e7c77.tar.gz gentoo-89b6d2a5c629db597c183dd7b0a7900c8c3e7c77.tar.bz2 gentoo-89b6d2a5c629db597c183dd7b0a7900c8c3e7c77.zip |
net-irc/konversation: Drop old
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'net-irc/konversation/files')
-rw-r--r-- | net-irc/konversation/files/konversation-1.7.4-qt-5.11.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-irc/konversation/files/konversation-1.7.4-qt-5.11.patch b/net-irc/konversation/files/konversation-1.7.4-qt-5.11.patch deleted file mode 100644 index 46508bf20a23..000000000000 --- a/net-irc/konversation/files/konversation-1.7.4-qt-5.11.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 5740a0fdb6805c2e26dce20555a946da8485fe50 Mon Sep 17 00:00:00 2001 -From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> -Date: Mon, 19 Mar 2018 17:13:30 +0100 -Subject: [PATCH] Fix build with Qt 5.11 (missing QTabWidget) - -Reviewers: #konversation - -Differential Revision: https://phabricator.kde.org/D11490 ---- - src/dcc/transferdetailedinfopanel.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/dcc/transferdetailedinfopanel.h b/src/dcc/transferdetailedinfopanel.h -index e8debbc0..0e7391de 100644 ---- a/src/dcc/transferdetailedinfopanel.h -+++ b/src/dcc/transferdetailedinfopanel.h -@@ -16,6 +16,7 @@ - #include "ui_transferdetailedinfopanelui.h" - #include "ui_transferdetailedtimeinfopanelui.h" - -+#include <QTabWidget> - - class QTimer; - --- -2.16.2 - |