diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:42:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 23:12:09 +0900 |
commit | ac4cdf7e892acdfc1c8b83242ed358d06938921a (patch) | |
tree | 2b90f75987cd96374cffdf3fea15ceacd9bf70d0 | |
parent | 9b8b2d553ba7a4a76cc95795a344534283c698e6 (diff) | |
download | tdeaccessibility-r14.1.x.tar.gz tdeaccessibility-r14.1.x.zip |
Don't use obsolete header kapp.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b904ec9c8866fa97a712e29e1c530a9c07d5f80c)
-rw-r--r-- | kmag/kmag.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kmag/kmag.cpp b/kmag/kmag.cpp index 3c4fd66..bf09401 100644 --- a/kmag/kmag.cpp +++ b/kmag/kmag.cpp @@ -31,12 +31,7 @@ #include <tdeversion.h> // include files for KDE -#if TDE_VERSION > 300 #include <tdeapplication.h> -#else -#include <kapp.h> -#endif // KDE 3.x - #include <kkeydialog.h> #include <kinputdialog.h> #include <kiconloader.h> |