diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-05 17:24:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-05 17:50:02 +0900 |
commit | 4783d1b3397ca8cbf0c22f01334d962ffc6a67f2 (patch) | |
tree | 67a950a9c4531d80066b9b8b5c7e438be7388530 /src/main.cpp | |
parent | 28f26dfa2185dc62acc68a7a844372c1a2298354 (diff) | |
download | kvpnc-4783d1b3.tar.gz kvpnc-4783d1b3.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c47df9e49f36c79ead7aac99aa4e817c46891e7b)
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index bfa6cc5..05a5e07 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,7 @@ #include <tdeaboutdata.h> #include <tdemessagebox.h> #include <tdemainwindow.h> -#include <kapp.h> +#include <tdeapplication.h> #include <tdelocale.h> #include <dcopclient.h> |