diff options
Diffstat (limited to 'misc/tellico-kde4/files/patch-src-fetch-z3950connection.h')
-rw-r--r-- | misc/tellico-kde4/files/patch-src-fetch-z3950connection.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/tellico-kde4/files/patch-src-fetch-z3950connection.h b/misc/tellico-kde4/files/patch-src-fetch-z3950connection.h deleted file mode 100644 index 6789cb7b21ef..000000000000 --- a/misc/tellico-kde4/files/patch-src-fetch-z3950connection.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/fetch/z3950connection.h.orig Fri Jan 12 11:14:04 2007 -+++ src/fetch/z3950connection.h Fri Jan 12 11:14:17 2007 -@@ -85,7 +85,7 @@ - void abort() { m_aborted = true; } - - private: -- static QCString iconv(const QCString& text, const QString& fromCharSet, const QString& toCharSet); -+ static QCString iConv(const QCString& text, const QString& fromCharSet, const QString& toCharSet); - static QString toXML(const QCString& marc, const QString& fromCharSet); - - bool makeConnection(); |