summaryrefslogtreecommitdiffstats
path: root/lanbrowsing/lisa/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'lanbrowsing/lisa/client.h')
-rw-r--r--lanbrowsing/lisa/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lanbrowsing/lisa/client.h b/lanbrowsing/lisa/client.h
index efcf5f86..a82289c4 100644
--- a/lanbrowsing/lisa/client.h
+++ b/lanbrowsing/lisa/client.h
@@ -23,7 +23,7 @@ class NetManager;
class Client
{
public:
- Client(NetManager* parent, int socketFD, int closeOnDelete=1);
+ Client(NetManager* tqparent, int socketFD, int closeOnDelete=1);
Client();
Client(const Client& c);
~Client();
@@ -34,7 +34,7 @@ class Client
void close();
time_t age() {return time(0)-m_creationTime;};
private:
- NetManager *parentServer;
+ NetManager *tqparentServer;
int m_fd;
//if something goes wrong close the connection after a timeout
time_t m_creationTime;