X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fqtui.h;h=a6551a865ad59dbbbc81806308566bd3587ebf6d;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hp=af9ddff3c89fda8c863c9f24c6ef7e30faa25ed4;hpb=72473527f99cbe68dcfcb4ca17f828bd3775bba7;p=quassel.git diff --git a/src/qtui/qtui.h b/src/qtui/qtui.h index af9ddff3..a6551a86 100644 --- a/src/qtui/qtui.h +++ b/src/qtui/qtui.h @@ -27,10 +27,7 @@ #include #include #include - -#if QT_VERSION >= 0x050000 -# include -#endif +#include #include "abstractnotificationbackend.h" #include "graphicalui.h" @@ -136,9 +133,7 @@ private: QString _systemIconTheme; -#if QT_VERSION >= 0x050000 std::unique_ptr _dummyThemeDir; -#endif bool _useSystemTray; };