diff options
-rw-r--r-- | konversation/src/dcctransfersend.cpp | 2 |
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); |