summaryrefslogtreecommitdiff
path: root/misc/kdepim4/patches/patch-libkleo_backends_qgpgme_threadedjobmixin.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdepim4/patches/patch-libkleo_backends_qgpgme_threadedjobmixin.h')
-rw-r--r--misc/kdepim4/patches/patch-libkleo_backends_qgpgme_threadedjobmixin.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/kdepim4/patches/patch-libkleo_backends_qgpgme_threadedjobmixin.h b/misc/kdepim4/patches/patch-libkleo_backends_qgpgme_threadedjobmixin.h
deleted file mode 100644
index 7080fdd7a73..00000000000
--- a/misc/kdepim4/patches/patch-libkleo_backends_qgpgme_threadedjobmixin.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-libkleo_backends_qgpgme_threadedjobmixin.h,v 1.1 2012/11/11 22:29:14 joerg Exp $
-
---- libkleo/backends/qgpgme/threadedjobmixin.h.orig 2012-11-09 13:05:24.000000000 +0000
-+++ libkleo/backends/qgpgme/threadedjobmixin.h
-@@ -143,7 +143,7 @@ namespace _detail {
-
- void lateInitialization() {
- assert( m_ctx );
-- connect( &m_thread, SIGNAL(finished()), this, SLOT(slotFinished()) );
-+ this->connect( &m_thread, SIGNAL(finished()), this, SLOT(slotFinished()) );
- m_ctx->setProgressProvider( this );
- }
-