X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fcolorbutton.cpp;h=8dad56846338b79d99bb356eea7cdb73ae1a4198;hp=d1730103169d2265ad69bf7ed6ee2687fdf8efe6;hb=092e6b212637ffbf68800584b7c1f32d1931b602;hpb=9d54503555534a2c554f09a33df6afa33d6308ec diff --git a/src/uisupport/colorbutton.cpp b/src/uisupport/colorbutton.cpp index d1730103..8dad5684 100644 --- a/src/uisupport/colorbutton.cpp +++ b/src/uisupport/colorbutton.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -24,7 +24,7 @@ #include #include -#ifdef HAVE_KDE +#ifdef HAVE_KDE4 # include #else # include @@ -56,7 +56,7 @@ QColor ColorButton::color() const void ColorButton::chooseColor() { -#ifdef HAVE_KDE +#ifdef HAVE_KDE4 QColor c = color(); KColorDialog::getColor(c, this); #else