aboutsummaryrefslogtreecommitdiff
path: root/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp')
-rw-r--r--net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp b/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp
deleted file mode 100644
index d01924ba3a6a..000000000000
--- a/net-im/kmess-kde4/files/patch-kmess-network-applications-p2papplication.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- kmess/network/applications/p2papplication.cpp.orig Sun Jun 4 15:00:05 2006
-+++ kmess/network/applications/p2papplication.cpp Sun Jun 4 15:00:44 2006
-@@ -2056,7 +2056,7 @@
- // Get message content and Content-Type
- bool gotTransferInvitation = (invitationContentType_ == "application/x-msnmsgr-transreqbody");
- QString content = message.getFields();
-- QString contentType = (gotTransferInvitation ? "application/x-msnmsgr-transrespbody" : invitationContentType_);
-+ QString contentType = (gotTransferInvitation ? QString::fromLatin1("application/x-msnmsgr-transrespbody") : invitationContentType_);
-
- QString myHandle = CurrentAccount::instance()->getHandle();
-