Kill old non-stylesheet code from UiStyle
[quassel.git] / src / qtui / qtuistyle.h
index 805ce4f..270e248 100644 (file)
@@ -34,9 +34,6 @@ public:
   virtual inline QColor highlightColor() const { return _highlightColor; }
   virtual void setHighlightColor(const QColor &);
 
-protected:
-  void inline addSenderAutoColor( FormatType type, const QString name );
-
 private:
   QColor _highlightColor;
 };