Remove highlight-color related settings from QtUiStyle[Settings]
[quassel.git] / src / qtui / qtuisettings.h
index c2aa4e2..8559c6e 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -35,9 +35,6 @@ class QtUiStyleSettings : public UiStyleSettings {
 public:
   QtUiStyleSettings(const QString &subGroup);
   QtUiStyleSettings();
-
-  void setHighlightColor(const QColor &);
-  QColor highlightColor();
 };
 
 #endif