aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kdepim44/files/patch-libkpimexchange-core-exchangeaccount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kdepim44/files/patch-libkpimexchange-core-exchangeaccount.cpp')
-rw-r--r--deskutils/kdepim44/files/patch-libkpimexchange-core-exchangeaccount.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/kdepim44/files/patch-libkpimexchange-core-exchangeaccount.cpp b/deskutils/kdepim44/files/patch-libkpimexchange-core-exchangeaccount.cpp
deleted file mode 100644
index 92223a7c826a..000000000000
--- a/deskutils/kdepim44/files/patch-libkpimexchange-core-exchangeaccount.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- libkpimexchange/core/exchangeaccount.cpp.old Mon Jul 21 16:59:08 2003
-+++ libkpimexchange/core/exchangeaccount.cpp Mon Jul 21 16:59:29 2003
-@@ -255,7 +255,7 @@
- return result;
- }
-
--static QString ExchangeAccount::tryMailbox( const QString& _url, const QString& user, const QString& password ) {
-+QString ExchangeAccount::tryMailbox( const QString& _url, const QString& user, const QString& password ) {
- KURL url = KURL( _url );
- url.setUser( user );
- url.setPass( password );