diff options
Diffstat (limited to 'net/kdenetwork4/files/patch-ksirc-kstextview.cpp')
-rw-r--r-- | net/kdenetwork4/files/patch-ksirc-kstextview.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/kdenetwork4/files/patch-ksirc-kstextview.cpp b/net/kdenetwork4/files/patch-ksirc-kstextview.cpp deleted file mode 100644 index da07e4149446..000000000000 --- a/net/kdenetwork4/files/patch-ksirc-kstextview.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- ksirc/kstextview.cpp -+++ ksirc/kstextview.cpp -@@ -1954,9 +1954,5 @@ void TextView::contentsMouseReleaseEvent - if (ev->button() & Qt::MidButton) - { -- QClipboard *cp = KApplication::clipboard(); -- bool restoreMode = cp->selectionModeEnabled(); -- cp->setSelectionMode(true); -- emit pasteReq( cp->text() ); -- cp->setSelectionMode(restoreMode); -+ emit pasteReq( KApplication::clipboard()->text( QClipboard::Selection) ); - return; - } |