modernize: Reformat ALL the source... again!
[quassel.git] / src / core / coreeventmanager.h
index 90c3838..e4c5ff8 100644 (file)
@@ -30,16 +30,16 @@ class CoreEventManager : public EventManager
     Q_OBJECT
 
 public:
-    CoreEventManager(CoreSession *session)
+    CoreEventManager(CoreSessionsession)
         : EventManager(session)
         , _coreSession(session)
     {}
 
 protected:
-    inline Network *networkById(NetworkId id) const override { return _coreSession->network(id); }
+    inline NetworknetworkById(NetworkId id) const override { return _coreSession->network(id); }
 
 private:
-    CoreSession *_coreSession;
+    CoreSession_coreSession;
 };
 
 #endif