Reload stylesheet after changing it in the AppearanceSettingsPage
[quassel.git] / src / qtui / settingspages / backlogsettingspage.h
index 65f1bd6..0dad7d7 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  *
@@ -32,6 +32,7 @@ class BacklogSettingsPage : public SettingsPage {
 public:
   BacklogSettingsPage(QWidget *parent = 0);
 
+  inline QString settingsKey() const { return "Backlog"; }
   bool hasDefaults() const;
 
 public slots:
@@ -44,9 +45,6 @@ private slots:
 
 private:
   Ui::BacklogSettingsPage ui;
-  QHash<QString, QVariant> settings;
-
-  bool testHasChanged();
 };
 
 #endif