Forgot to remove some obsolete stuff.
[quassel.git] / src / common / ircchannel.h
index a499b24..2cbfa1a 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005/06 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005/06 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
 #include <QStringList>
 #include <QVariantMap>
 
+#include "syncableobject.h"
+
 class IrcUser;
 class NetworkInfo;
 class SignalProxy;
 
-class IrcChannel : public QObject {
+class IrcChannel : public SyncableObject {
   Q_OBJECT
 
   Q_PROPERTY(QString name READ name STORED false)