summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:53:10 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:53:10 -0500
commit22bc983385c1de2744a2ea44da64df11cf3ee5b6 (patch)
tree7071d531b0aa67f5ddf743dd66bfdc0520e6b955
parent645e07e2d4df085bfcb55c45b957f9e2bd41d099 (diff)
downloadkonversation-22bc983385c1de2744a2ea44da64df11cf3ee5b6.tar.gz
konversation-22bc983385c1de2744a2ea44da64df11cf3ee5b6.zip
Remove unnecessary language.
-rw-r--r--konversation/src/dcctransfersend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/dcctransfersend.cpp b/konversation/src/dcctransfersend.cpp
index bd27b57..7a13570 100644
--- a/konversation/src/dcctransfersend.cpp
+++ b/konversation/src/dcctransfersend.cpp
@@ -152,7 +152,7 @@ bool DccTransferSend::queue()
KIpAddress ip( m_ownIp );
if ( ip.isIPv6Addr() )
{
- /* This is fucking ugly but there is no KDE way to do this yet :| -cartman */
+ /* This is ugly but there is no KDE way to do this yet :| -cartman */
struct ifreq ifr;
const char* address = Preferences::dccIPv4FallbackIface().ascii();
int sock = socket(AF_INET, SOCK_DGRAM, 0);