Remove the obsolete Icon and IconLoader classes
[quassel.git] / src / qtui / legacysystemtray.cpp
index 56139e3..d79d5fd 100644 (file)
@@ -142,7 +142,7 @@ void LegacySystemTray::setState(State state_)
 }
 
 
-Icon LegacySystemTray::stateIcon() const
+QIcon LegacySystemTray::stateIcon() const
 {
     if (mode() == Legacy && state() == NeedsAttention && !_blinkState)
         return SystemTray::stateIcon(Active);