diff options
author | Michele Calgaro <[email protected]> | 2024-11-07 18:58:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-07 22:18:13 +0900 |
commit | 92db16d6c0d76666efeb1fe0046575276286a4ec (patch) | |
tree | b5b355173f394404bcd97e4fb03a437bf17b8919 /src | |
parent | 1134bdfa375768b42079e17d605b9d16a40a9fac (diff) | |
download | kmplayer-92db16d6c0d76666efeb1fe0046575276286a4ec.tar.gz kmplayer-92db16d6c0d76666efeb1fe0046575276286a4ec.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 9610f057c73050e9da9f35ed5c3c73358ca5eae3)
Diffstat (limited to 'src')
-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> |