From 22bc983385c1de2744a2ea44da64df11cf3ee5b6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:53:10 -0500 Subject: [PATCH] Remove unnecessary language. --- konversation/src/dcctransfersend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);