diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:12:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:29:09 +0900 |
| commit | 4c7c324a9342532e78f7fe505e22391702749085 (patch) | |
| tree | 8fe7243586b062e80d686df434ffd93aff6fe1c0 | |
| parent | 0ae690fadd9e4450fd39954aaef5f9730b37e779 (diff) | |
| download | mathemagics-4c7c324a.tar.gz mathemagics-4c7c324a.zip | |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 48b0f739cc2edb4e0450385ad25741cf9b382468)
| -rw-r--r-- | mathemagics/mathemagics.h | 2 | ||||
| -rw-r--r-- | mathemagics/optiondialog.cpp | 2 |
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> |
