diff --git a/konversation/src/dcctransfersend.cpp b/konversation/src/dcctransfersend.cpp index 1ed371f..4276e65 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);