Forgot to remove some obsolete stuff.
[quassel.git] / src / common / ircchannel.cpp
index 9f1a91f..ffba36d 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  *
@@ -34,7 +34,7 @@
 
 
 IrcChannel::IrcChannel(const QString &channelname, NetworkInfo *networkinfo) 
-  : QObject(networkinfo),
+  : SyncableObject(networkinfo),
     _initialized(false),
     _name(channelname),
     _topic(QString()),