diff options
Diffstat (limited to 'kspread/kspread_functions_engineering.cc')
-rw-r--r-- | kspread/kspread_functions_engineering.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/kspread_functions_engineering.cc b/kspread/kspread_functions_engineering.cc index ddcda561..bca81ec8 100644 --- a/kspread/kspread_functions_engineering.cc +++ b/kspread/kspread_functions_engineering.cc @@ -29,8 +29,8 @@ #include <tqmap.h> // these are needed for complex functions, while we handle them in the old way -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <math.h> using namespace KSpread; |