X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=c6b2e2612f1ca86c8b6df9fa2f5e6e9b446fe45f;hb=c52a94cb937654bf06d5074bf0736a52ec94a52d;hp=f1b4395465c5301b70b06769026e780fb073b856;hpb=b654b2f908590b6f69a7edadf9dacf1277a4493b;p=quassel.git diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index f1b43954..c6b2e261 100644 --- a/src/client/coreconnection.h +++ b/src/client/coreconnection.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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 * @@ -30,7 +30,7 @@ # include #endif -#ifdef HAVE_KDE +#ifdef HAVE_KDE4 # include #endif @@ -148,7 +148,7 @@ private slots: void reconnectIntervalChanged(const QVariant &interval); void reconnectTimeout(); -#ifdef HAVE_KDE +#ifdef HAVE_KDE4 void solidNetworkStatusChanged(Solid::Networking::Status status); #endif