The Quassel Core now remembers on exit which networks where connected and which channels
[quassel.git] / src / common / networkinfo.h
index e27c66b..0c6516b 100644 (file)
@@ -28,6 +28,8 @@
 #include <QVariantMap>
 #include <QPointer>
 
+#include "types.h"
+
 class SignalProxy;
 class IrcUser;
 class IrcChannel;
@@ -44,7 +46,7 @@ public:
   NetworkInfo(const uint &networkid, QObject *parent = 0);
   //virtual ~NetworkInfo();
 
-  uint networkId() const;
+  NetworkId networkId() const;
   bool initialized() const;
 
   SignalProxy *proxy() const;