Fixed the missing network name in the chat monitor
[quassel.git] / src / qtui / guisettings.cpp
index c647d6f..88f169a 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-07 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-08 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
+
+#include "guisettings.h"
+
+GuiSettings::GuiSettings() : ClientSettings("GUI") {
+
+
+}