diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:10:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:28:44 +0900 |
| commit | 9f17add4ff251ba790bfcf560efc70cce151f5af (patch) | |
| tree | f3cbde6af1a7d8f04a6b6e43e8f4de37af38f7dd /src/knutnet.h | |
| parent | f68730b096c0c116a1b03d87a32346fc8d10501b (diff) | |
| download | knutclient-9f17add4.tar.gz knutclient-9f17add4.zip | |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e6ccae688228e0db559c003c3cf78900217c5b67)
Diffstat (limited to 'src/knutnet.h')
| -rw-r--r-- | src/knutnet.h | 6 |
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> |
