diff options
Diffstat (limited to 'kspread/plugins/calculator/kcalc.cpp')
-rw-r--r-- | kspread/plugins/calculator/kcalc.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/plugins/calculator/kcalc.cpp b/kspread/plugins/calculator/kcalc.cpp index b6c71ca1..d7c0ce76 100644 --- a/kspread/plugins/calculator/kcalc.cpp +++ b/kspread/plugins/calculator/kcalc.cpp @@ -24,17 +24,17 @@ #include "configdlg.h" #include "version.h" -#include <klocale.h> +#include <tdelocale.h> #include <knotifyclient.h> #include <tqlayout.h> #include <tqobjectlist.h> #include <tqpushbutton.h> #include <tdeapplication.h> -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> #include <tqstyle.h> #include <kdialog.h> #include <tdeconfig.h> -#include <kglobal.h> +#include <tdeglobal.h> #include "kcalc.h" extern last_input_type last_input; |