summaryrefslogtreecommitdiffstats
path: root/kmag
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 22:42:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 22:42:12 +0900
commitb904ec9c8866fa97a712e29e1c530a9c07d5f80c (patch)
treee7c64f6cc0e6f3f4729553cc9880acaa35e2467b /kmag
parent1a1b2f836feb451280562b1ac3d00d26e8046363 (diff)
downloadtdeaccessibility-b904ec9c8866fa97a712e29e1c530a9c07d5f80c.tar.gz
tdeaccessibility-b904ec9c8866fa97a712e29e1c530a9c07d5f80c.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmag')
-rw-r--r--kmag/kmag.cpp5
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>