Disable the highlights page when not connected
[quassel.git] / src / qtui / settingspages / appearancesettingspage.h
index c026a8f..b1f316b 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2013 by the Quassel Project                        *
+ *   Copyright (C) 2005-2016 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -53,7 +53,9 @@ private:
     bool testHasChanged();
     void initStyleComboBox();
     void initLanguageComboBox();
+    void initIconThemeComboBox();
     QLocale selectedLocale() const;
+    QString selectedIconTheme() const;
 
     Ui::AppearanceSettingsPage ui;
     QHash<QString, QVariant> settings;