X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Faction.h;h=dbef28cbb097b3dac1fae9110e8c1511e503e203;hp=851e900e0ffe0d183e64e83b788d58ee62ea7efa;hb=c52a94cb937654bf06d5074bf0736a52ec94a52d;hpb=d68e9d67200abc51123b357bcdbbc816d4a70791 diff --git a/src/uisupport/action.h b/src/uisupport/action.h index 851e900e..dbef28cb 100644 --- a/src/uisupport/action.h +++ b/src/uisupport/action.h @@ -23,7 +23,7 @@ #ifndef ACTION_H_ #define ACTION_H_ -#ifndef HAVE_KDE +#ifndef HAVE_KDE4 #include #include @@ -71,7 +71,7 @@ private slots: Q_DECLARE_OPERATORS_FOR_FLAGS(Action::ShortcutTypes) -#else /* HAVE_KDE */ +#else /* HAVE_KDE4 */ #include class Action : public KAction