summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 17:24:51 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 17:50:02 +0900
commit4783d1b3397ca8cbf0c22f01334d962ffc6a67f2 (patch)
tree67a950a9c4531d80066b9b8b5c7e438be7388530 /src/main.cpp
parent28f26dfa2185dc62acc68a7a844372c1a2298354 (diff)
downloadkvpnc-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.cpp2
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>