summaryrefslogtreecommitdiffstats
path: root/src/knutnet.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-11-07 22:10:13 +0900
committerMichele Calgaro <[email protected]>2024-11-07 22:10:13 +0900
commite6ccae688228e0db559c003c3cf78900217c5b67 (patch)
treef3cbde6af1a7d8f04a6b6e43e8f4de37af38f7dd /src/knutnet.h
parent44cfd93d39e1084c1a8f5b5d5726d4924ac74506 (diff)
downloadknutclient-e6ccae688228e0db559c003c3cf78900217c5b67.tar.gz
knutclient-e6ccae688228e0db559c003c3cf78900217c5b67.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/knutnet.h')
-rw-r--r--src/knutnet.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/knutnet.h b/src/knutnet.h
index 393adac..8483e00 100644
--- a/src/knutnet.h
+++ b/src/knutnet.h
@@ -18,17 +18,13 @@
#ifndef KNUTNET_H
#define KNUTNET_H
-//Od verze 3 je kapp jen odkaz na kapplication
-//Since version 3 is kapp pointer on kapplication only
-//#include <tdeapplication.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tqobject.h>
#include <tqsocket.h>
#include <tqsocketdevice.h>
#include <tqnetworkprotocol.h>
#include <tqmutex.h>
-
#include <tqvaluevector.h>