X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtui.h;h=a6551a865ad59dbbbc81806308566bd3587ebf6d;hp=af9ddff3c89fda8c863c9f24c6ef7e30faa25ed4;hb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;hpb=72473527f99cbe68dcfcb4ca17f828bd3775bba7 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; };