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 23:12:21 +0900 |
commit | 05c69df68f09f38b1ba769aee4dbd9ad1db101da (patch) | |
tree | 3f97ca4969e4e360fb0a01101a5367eb5571f4bc | |
parent | 28279b3789c9c064fdc6fa70e1686e81261a9253 (diff) | |
download | tdeadmin-r14.1.x.tar.gz tdeadmin-r14.1.x.zip |
Don't use obsolete header kapp.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7fca76f7a7e2b40e60a4c07d7c1266c5977509e8)
-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> |