Adapt to new topic message type
[quassel.git] / src / qtui / qtuistyle.cpp
index 2e505a6..26c9048 100644 (file)
@@ -81,6 +81,7 @@ void QtUiStyle::generateSettingsQss() const {
         << msgTypeQss("info", "ServerMsg", s)
         << msgTypeQss("error", "ErrorMsg", s)
         << msgTypeQss("daychange", "ServerMsg", s)
+        << msgTypeQss("topic", "CommandMsg", s)
         << "\n";
   }