diff options
-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> |