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:47:00 +0900
commitc47df9e49f36c79ead7aac99aa4e817c46891e7b (patch)
tree90a8af524b891d125702e6ad4d1944339916b12b /src/main.cpp
parentdb85b3c92db017765884e650193adc92c967b3c1 (diff)
downloadkvpnc-c47df9e49f36c79ead7aac99aa4e817c46891e7b.tar.gz
kvpnc-c47df9e49f36c79ead7aac99aa4e817c46891e7b.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>