diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:44:01 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:44:01 +0900 |
commit | 7fca76f7a7e2b40e60a4c07d7c1266c5977509e8 (patch) | |
tree | 603fca73042e12d8bf76f7b6c83da45b21453d72 /knetworkconf | |
parent | fd890349c4924deae6ab7275e8dd20adbdcff6ef (diff) | |
download | tdeadmin-7fca76f7a7e2b40e60a4c07d7c1266c5977509e8.tar.gz tdeadmin-7fca76f7a7e2b40e60a4c07d7c1266c5977509e8.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knetworkconf')
-rw-r--r-- | knetworkconf/knetworkconf/knetworkconf.h | 1 | ||||
-rw-r--r-- | knetworkconf/knetworkconf/knetworkconfigparser.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/knetworkconf/knetworkconf/knetworkconf.h b/knetworkconf/knetworkconf/knetworkconf.h index cb2d8b4..bc7d64e 100644 --- a/knetworkconf/knetworkconf/knetworkconf.h +++ b/knetworkconf/knetworkconf/knetworkconf.h @@ -28,7 +28,6 @@ #include <unistd.h> #include <sys/types.h> -#include <kapp.h> #include <tqwidget.h> #include <tqpixmap.h> #include <tqprocess.h> diff --git a/knetworkconf/knetworkconf/knetworkconfigparser.h b/knetworkconf/knetworkconf/knetworkconfigparser.h index e8b65d9..9229b48 100644 --- a/knetworkconf/knetworkconf/knetworkconfigparser.h +++ b/knetworkconf/knetworkconf/knetworkconfigparser.h @@ -30,7 +30,7 @@ #include <unistd.h> #include <stdlib.h> -#include <kapp.h> +#include <tdeapplication.h> #include <tdemessagebox.h> #include <tdelocale.h> #include <tqobject.h> |