diff options
Diffstat (limited to 'irc/konversation-kde4/files/patch-server.cpp')
-rw-r--r-- | irc/konversation-kde4/files/patch-server.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/konversation-kde4/files/patch-server.cpp b/irc/konversation-kde4/files/patch-server.cpp deleted file mode 100644 index 7811423dd1b7..000000000000 --- a/irc/konversation-kde4/files/patch-server.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- konversation/src/server.cpp.orig Tue Jun 7 10:44:34 2005 -+++ konversation/src/server.cpp Tue Jun 7 10:44:58 2005 -@@ -212,7 +212,7 @@ - } - - channels += (*it).name(); -- keys += ((*it).password().isEmpty() ? "''" : (*it).password()); -+ keys += ((*it).password().isEmpty() ? QString("''") : (*it).password()); - } - - setAutoJoinChannel(channels); |