X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fnetworkinfo.h;h=2caa4dc9960153452facfb70acc4b7b246debc68;hb=2e6dc76ae100a6b8e1b1661e422995f90083500e;hp=093cb43c1be0013503bd91a6d2134e778493f342;hpb=c6df551bf5d6b2f33daa5235d320239fcca37688;p=quassel.git diff --git a/src/common/networkinfo.h b/src/common/networkinfo.h index 093cb43c..2caa4dc9 100644 --- a/src/common/networkinfo.h +++ b/src/common/networkinfo.h @@ -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 * @@ -29,13 +29,14 @@ #include #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)