diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-05 13:49:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-05 17:58:42 +0900 |
commit | e130d4b458956fc34cbca9627536b5a24baf1dac (patch) | |
tree | eebd1eac7effec039b8e52f606a91c1a51701096 | |
parent | 35bc076c974a383e1f7673a762552c36310b6d24 (diff) | |
download | kscope-e130d4b458956fc34cbca9627536b5a24baf1dac.tar.gz kscope-e130d4b458956fc34cbca9627536b5a24baf1dac.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 48598425b0feb682d1cac8e82fdd6942a22841f3)
-rw-r--r-- | src/kscope.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kscope.h b/src/kscope.h index 4914ff4..bb59fa9 100644 --- a/src/kscope.h +++ b/src/kscope.h @@ -34,7 +34,7 @@ #include <tqtimer.h> #include <tdecmdlineargs.h> -#include <kapp.h> +#include <tdeapplication.h> #include <tdeparts/dockmainwindow.h> #include <tdeparts/part.h> |