X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuiapplication.cpp;h=6777a567672e6ae8e97f3e4a5a2c6d211e8ae75a;hp=50c3c71ea827aa19893902733105f0ca13abb17e;hb=a113f73e5f8ce89c3df5c42d55528404fc7a2294;hpb=7d73788c24bd88e3ace7fc44444c3a02fc736579 diff --git a/src/qtui/qtuiapplication.cpp b/src/qtui/qtuiapplication.cpp index 50c3c71e..6777a567 100644 --- a/src/qtui/qtuiapplication.cpp +++ b/src/qtui/qtuiapplication.cpp @@ -166,8 +166,8 @@ bool QtUiApplication::init() else if (QtUiSettings().value("IconTheme", QVariant("")).toString() != "") QIcon::setThemeName(QtUiSettings().value("IconTheme").toString()); else if (QIcon::themeName().isEmpty()) - // Some platforms don't set a default icon theme; chances are we can find our bundled Oxygen theme though - QIcon::setThemeName("oxygen"); + // Some platforms don't set a default icon theme; chances are we can find our bundled theme though + QIcon::setThemeName("breeze"); // session resume QtUi *gui = new QtUi();