From e421c3f7e6ed8871bb11c6e7b17ce6ea23a77648 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 16 Aug 2006 23:47:08 +0000 Subject: Fjernede miav_config entry. Replaced the old MiavConfig class with the new Configuration class in all the the appropriate places. --- client/networksender.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'client/networksender.h') diff --git a/client/networksender.h b/client/networksender.h index 71ce7e7..589004b 100644 --- a/client/networksender.h +++ b/client/networksender.h @@ -37,6 +37,11 @@ #include "status.h" +#include "socket.h" +#include "network.h" + +#include + class NetworkSender : public QThread { public: @@ -52,8 +57,11 @@ public: void getServerStatus(Status *status); private: - QString ip; - unsigned short port; + Socket *socket; + Network *network; + + std::string ip; + int port; volatile bool running; -- cgit v1.2.3