diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 18:58:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 18:58:36 +0900 |
commit | 9610f057c73050e9da9f35ed5c3c73358ca5eae3 (patch) | |
tree | c05b20fa6d6e9566654a7f935f30e46f33a61df4 | |
parent | 31d4800db5e58257fc5d4497769a002f3bec317c (diff) | |
download | kmplayer-9610f057c73050e9da9f35ed5c3c73358ca5eae3.tar.gz kmplayer-9610f057c73050e9da9f35ed5c3c73358ca5eae3.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/kmplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmplayer.h b/src/kmplayer.h index 6c80cb8..b03928c 100644 --- a/src/kmplayer.h +++ b/src/kmplayer.h @@ -23,7 +23,7 @@ #include <config.h> #endif -#include <kapp.h> +#include <tdeapplication.h> #include <tdemainwindow.h> #include <tdeaccel.h> #include <tdeaction.h> |