Add GPL header to mpris script
[quassel.git] / src / qtui / qtuistyle.h
index d3276f1..805ce4f 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel Project                          *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -34,6 +34,9 @@ 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;
 };