diff options
Diffstat (limited to 'kspread/plugins/calculator/kcalc_core.cpp')
-rw-r--r-- | kspread/plugins/calculator/kcalc_core.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/plugins/calculator/kcalc_core.cpp b/kspread/plugins/calculator/kcalc_core.cpp index bdba8469..881a05eb 100644 --- a/kspread/plugins/calculator/kcalc_core.cpp +++ b/kspread/plugins/calculator/kcalc_core.cpp @@ -36,8 +36,8 @@ #include <limits.h> #include <math.h> #include <signal.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <knotifyclient.h> #include "kcalc.h" |