summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 22:10:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 22:28:44 +0900
commit9f17add4ff251ba790bfcf560efc70cce151f5af (patch)
treef3cbde6af1a7d8f04a6b6e43e8f4de37af38f7dd /src/main.cpp
parentf68730b096c0c116a1b03d87a32346fc8d10501b (diff)
downloadknutclient-9f17add4ff251ba790bfcf560efc70cce151f5af.tar.gz
knutclient-9f17add4ff251ba790bfcf560efc70cce151f5af.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e6ccae688228e0db559c003c3cf78900217c5b67)
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 fcf30a9..51579aa 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,7 +19,7 @@
#include <tdeaboutdata.h>
#include <tdecmdlineargs.h>
#include <tdelocale.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <kuniqueapplication.h>
#include "knutclient.h"