summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-11-07 22:06:20 +0900
committerMichele Calgaro <[email protected]>2024-11-07 22:06:20 +0900
commite92e39565b8a5ba70179fa398f5d4df7eeb44ee2 (patch)
treefa3cd52f48e99c225bca3abc008ffe3d310da39e
parentf43a2162ef128ade88d0e393c2686425a7ed63cf (diff)
downloadkeep-e92e39565b8a5ba70179fa398f5d4df7eeb44ee2.tar.gz
keep-e92e39565b8a5ba70179fa398f5d4df7eeb44ee2.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--keep/app/keepmainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keep/app/keepmainwindow.cpp b/keep/app/keepmainwindow.cpp
index 2b3a1b3..08e57db 100644
--- a/keep/app/keepmainwindow.cpp
+++ b/keep/app/keepmainwindow.cpp
@@ -27,7 +27,7 @@
#include <kdebug.h>
#include <tdelocale.h>
#include <kactivelabel.h>
-#include <kapp.h>
+#include <tdeapplication.h>
#include <kled.h>
#include <kpushbutton.h>
#include <tdemessagebox.h>