X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientsettings.cpp;h=c27e03a3186606113bc567446a4ce3cbf237a0fb;hb=92807744f2baf77c6b7048b236c44d807c725f48;hp=b00f6b2a7e95700059dbe892fba30d4a118165d2;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49;p=quassel.git diff --git a/src/client/clientsettings.cpp b/src/client/clientsettings.cpp index b00f6b2a..c27e03a3 100644 --- a/src/client/clientsettings.cpp +++ b/src/client/clientsettings.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -249,7 +249,7 @@ void CoreConnectionSettings::setNetworkDetectionMode(NetworkDetectionMode mode) CoreConnectionSettings::NetworkDetectionMode CoreConnectionSettings::networkDetectionMode() { -#ifdef HAVE_KDE +#ifdef HAVE_KDE4 NetworkDetectionMode def = UseSolid; #else NetworkDetectionMode def = UsePingTimeout;