X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnetworkinfo.cpp;h=19f4233e9da9f9797e38813ca812cfa5e8b73279;hp=e0c3c75d0e714ac7697a3931037d43d347bb9a54;hb=b797e5f581b10a517c30f78cb53f813af741e261;hpb=c6df551bf5d6b2f33daa5235d320239fcca37688 diff --git a/src/common/networkinfo.cpp b/src/common/networkinfo.cpp index e0c3c75d..19f4233e 100644 --- a/src/common/networkinfo.cpp +++ b/src/common/networkinfo.cpp @@ -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 * @@ -32,7 +32,7 @@ // Public: // ==================== NetworkInfo::NetworkInfo(const uint &networkid, QObject *parent) - : QObject(parent), + : SyncableObject(parent), _networkId(networkid), _initialized(false), _myNick(QString()),