diff options
Diffstat (limited to 'korganizer/plugins/printing')
5 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/plugins/printing/journal/journalprint.h b/korganizer/plugins/printing/journal/journalprint.h index c84153a47..1ab7e2597 100644 --- a/korganizer/plugins/printing/journal/journalprint.h +++ b/korganizer/plugins/printing/journal/journalprint.h @@ -24,7 +24,7 @@ #ifndef JOURNALPRINT_H #define JOURNALPRINT_H -#include <klocale.h> +#include <tdelocale.h> #include "calprintpluginbase.h" #ifndef KORG_NOPRINTER diff --git a/korganizer/plugins/printing/list/listprint.h b/korganizer/plugins/printing/list/listprint.h index db7997272..dd47ae374 100644 --- a/korganizer/plugins/printing/list/listprint.h +++ b/korganizer/plugins/printing/list/listprint.h @@ -24,7 +24,7 @@ #ifndef LISTPRINT_H #define LISTPRINT_H -#include <klocale.h> +#include <tdelocale.h> #include "calprintpluginbase.h" #ifndef KORG_NOPRINTER diff --git a/korganizer/plugins/printing/whatsnext/whatsnextprint.h b/korganizer/plugins/printing/whatsnext/whatsnextprint.h index 467e02571..d31a585cc 100644 --- a/korganizer/plugins/printing/whatsnext/whatsnextprint.h +++ b/korganizer/plugins/printing/whatsnext/whatsnextprint.h @@ -24,7 +24,7 @@ #ifndef WHATSNEXTPRINT_H #define WHATSNEXTPRINT_H -#include <klocale.h> +#include <tdelocale.h> #include "calprintpluginbase.h" #ifndef KORG_NOPRINTER diff --git a/korganizer/plugins/printing/year/yearprint.cpp b/korganizer/plugins/printing/year/yearprint.cpp index 41d54c243..c10218457 100644 --- a/korganizer/plugins/printing/year/yearprint.cpp +++ b/korganizer/plugins/printing/year/yearprint.cpp @@ -32,7 +32,7 @@ #include <tdeconfig.h> #include <kdebug.h> #include <kcalendarsystem.h> -#include <klocale.h> +#include <tdelocale.h> #include <tqcheckbox.h> #include <tqspinbox.h> diff --git a/korganizer/plugins/printing/year/yearprint.h b/korganizer/plugins/printing/year/yearprint.h index 99c1422e0..ae6435bf3 100644 --- a/korganizer/plugins/printing/year/yearprint.h +++ b/korganizer/plugins/printing/year/yearprint.h @@ -24,7 +24,7 @@ #ifndef YEARPRINT_H #define YEARPRINT_H -#include <klocale.h> +#include <tdelocale.h> #include "calprintpluginbase.h" #ifndef KORG_NOPRINTER |