diff options
author | Michele Calgaro <[email protected]> | 2024-11-07 22:10:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-07 22:10:13 +0900 |
commit | e6ccae688228e0db559c003c3cf78900217c5b67 (patch) | |
tree | f3cbde6af1a7d8f04a6b6e43e8f4de37af38f7dd /src/knutnet.h | |
parent | 44cfd93d39e1084c1a8f5b5d5726d4924ac74506 (diff) | |
download | knutclient-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.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> |