diff options
Diffstat (limited to 'deskutils/kdepim3/files/patch-libkpimexchange-core-exchangeaccount.cpp')
-rw-r--r-- | deskutils/kdepim3/files/patch-libkpimexchange-core-exchangeaccount.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/kdepim3/files/patch-libkpimexchange-core-exchangeaccount.cpp b/deskutils/kdepim3/files/patch-libkpimexchange-core-exchangeaccount.cpp new file mode 100644 index 000000000000..92223a7c826a --- /dev/null +++ b/deskutils/kdepim3/files/patch-libkpimexchange-core-exchangeaccount.cpp @@ -0,0 +1,11 @@ +--- 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 ); |