_Almost_ finished the identity dialog (which is still not used and not visible yet...
[quassel.git] / src / common / networkinfo.h
index 093cb43..2caa4dc 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  *
 #include <QPointer>
 
 #include "types.h"
+#include "syncableobject.h"
 
 class SignalProxy;
 class IrcUser;
 class IrcChannel;
 
 
-class NetworkInfo : public QObject {
+class NetworkInfo : public SyncableObject {
   Q_OBJECT
 
   Q_PROPERTY(QString networkName READ networkName WRITE setNetworkName STORED false)