summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 22:12:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 22:12:31 +0900
commit48b0f739cc2edb4e0450385ad25741cf9b382468 (patch)
tree8fe7243586b062e80d686df434ffd93aff6fe1c0
parent6a6df092923dd1f16ed00e6e15739a799c5c3e06 (diff)
downloadmathemagics-48b0f739cc2edb4e0450385ad25741cf9b382468.tar.gz
mathemagics-48b0f739cc2edb4e0450385ad25741cf9b382468.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--mathemagics/mathemagics.h2
-rw-r--r--mathemagics/optiondialog.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/mathemagics/mathemagics.h b/mathemagics/mathemagics.h
index 890b46e..3d2f6d3 100644
--- a/mathemagics/mathemagics.h
+++ b/mathemagics/mathemagics.h
@@ -5,7 +5,7 @@
#include "config.h"
#endif
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tqwidget.h>
#include <tqvaluelist.h>
#include <tqptrlist.h>
diff --git a/mathemagics/optiondialog.cpp b/mathemagics/optiondialog.cpp
index aac715e..0911e38 100644
--- a/mathemagics/optiondialog.cpp
+++ b/mathemagics/optiondialog.cpp
@@ -1,4 +1,4 @@
-#include <kapp.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <tdelocale.h>