summaryrefslogtreecommitdiff
path: root/deskutils/kdepim44/files/patch-kleopatra-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kdepim44/files/patch-kleopatra-main.cpp')
-rw-r--r--deskutils/kdepim44/files/patch-kleopatra-main.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/deskutils/kdepim44/files/patch-kleopatra-main.cpp b/deskutils/kdepim44/files/patch-kleopatra-main.cpp
deleted file mode 100644
index 71c03cb69e39..000000000000
--- a/deskutils/kdepim44/files/patch-kleopatra-main.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../kleopatra/main.cpp.orig 2009-07-01 18:44:25.000000000 -0400
-+++ ../kleopatra/main.cpp 2009-07-01 18:49:26.000000000 -0400
-@@ -75,6 +75,8 @@
- #include <QEventLoop>
- #include <QThreadPool>
-
-+#include <gpgme++/global.h>
-+
- #include <boost/shared_ptr.hpp>
-
- #include <cassert>
-@@ -153,6 +155,8 @@
- QTime timer;
- timer.start();
-
-+ GpgME::initializeLibrary();
-+
- {
- const unsigned int threads = QThreadPool::globalInstance()->maxThreadCount();
- QThreadPool::globalInstance()->setMaxThreadCount( qMax( 2U, threads ) );