X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Factioncollection.cpp;h=b752cfb748960630f59ca804e628511600d9132e;hp=9175eccb9bb85dbcc738fdc727b40711009d46dc;hb=52cfbc8ee8f4da6f28c6afef089f8179434e717d;hpb=7f586ab22eee4c914901c608304d1da144bc3789 diff --git a/src/uisupport/actioncollection.cpp b/src/uisupport/actioncollection.cpp index 9175eccb..b752cfb7 100644 --- a/src/uisupport/actioncollection.cpp +++ b/src/uisupport/actioncollection.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -20,6 +20,8 @@ * Parts of this implementation are based on KDE's KActionCollection. * ***************************************************************************/ +#ifndef HAVE_KDE + #include #include @@ -226,3 +228,5 @@ bool ActionCollection::unlistAction(QAction *action) { return true; } + +#endif /* HAVE_KDE */