Deuglify channel state icons
[quassel.git] / src / uisupport / settingspage.cpp
index cee72a2..de82f69 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  *
@@ -33,7 +33,8 @@ SettingsPage::SettingsPage(const QString &category, const QString &title, QWidge
   : QWidget(parent),
     _category(category),
     _title(title),
-    _changed(false)
+    _changed(false),
+    _autoWidgetsChanged(false)
 {
 }