diff options
Diffstat (limited to 'src/collections')
-rw-r--r-- | src/collections/bibtexcollection.cpp | 2 | ||||
-rw-r--r-- | src/collections/boardgamecollection.cpp | 2 | ||||
-rw-r--r-- | src/collections/bookcollection.cpp | 2 | ||||
-rw-r--r-- | src/collections/cardcollection.cpp | 2 | ||||
-rw-r--r-- | src/collections/coincollection.cpp | 2 | ||||
-rw-r--r-- | src/collections/comicbookcollection.cpp | 2 | ||||
-rw-r--r-- | src/collections/filecatalog.cpp | 2 | ||||
-rw-r--r-- | src/collections/gamecollection.cpp | 2 | ||||
-rw-r--r-- | src/collections/musiccollection.cpp | 2 | ||||
-rw-r--r-- | src/collections/stampcollection.cpp | 2 | ||||
-rw-r--r-- | src/collections/videocollection.cpp | 2 | ||||
-rw-r--r-- | src/collections/winecollection.cpp | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/collections/bibtexcollection.cpp b/src/collections/bibtexcollection.cpp index 0f45384..d28268b 100644 --- a/src/collections/bibtexcollection.cpp +++ b/src/collections/bibtexcollection.cpp @@ -16,7 +16,7 @@ #include "../document.h" #include "../tellico_debug.h" -#include <klocale.h> +#include <tdelocale.h> using Tellico::Data::BibtexCollection; diff --git a/src/collections/boardgamecollection.cpp b/src/collections/boardgamecollection.cpp index 2f09199..9a73f7d 100644 --- a/src/collections/boardgamecollection.cpp +++ b/src/collections/boardgamecollection.cpp @@ -13,7 +13,7 @@ #include "boardgamecollection.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* boardgame_general = I18N_NOOP("General"); diff --git a/src/collections/bookcollection.cpp b/src/collections/bookcollection.cpp index 72ff534..ad3011e 100644 --- a/src/collections/bookcollection.cpp +++ b/src/collections/bookcollection.cpp @@ -13,7 +13,7 @@ #include "bookcollection.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* book_general = I18N_NOOP("General"); diff --git a/src/collections/cardcollection.cpp b/src/collections/cardcollection.cpp index f0f045d..0c7c534 100644 --- a/src/collections/cardcollection.cpp +++ b/src/collections/cardcollection.cpp @@ -13,7 +13,7 @@ #include "cardcollection.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* card_general = I18N_NOOP("General"); diff --git a/src/collections/coincollection.cpp b/src/collections/coincollection.cpp index 19499db..8b1c205 100644 --- a/src/collections/coincollection.cpp +++ b/src/collections/coincollection.cpp @@ -13,7 +13,7 @@ #include "coincollection.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* coin_general = I18N_NOOP("General"); diff --git a/src/collections/comicbookcollection.cpp b/src/collections/comicbookcollection.cpp index e7b7a61..0098665 100644 --- a/src/collections/comicbookcollection.cpp +++ b/src/collections/comicbookcollection.cpp @@ -13,7 +13,7 @@ #include "comicbookcollection.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* comic_general = I18N_NOOP("General"); diff --git a/src/collections/filecatalog.cpp b/src/collections/filecatalog.cpp index fcb0a02..92d088f 100644 --- a/src/collections/filecatalog.cpp +++ b/src/collections/filecatalog.cpp @@ -13,7 +13,7 @@ #include "filecatalog.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* file_general = I18N_NOOP("General"); diff --git a/src/collections/gamecollection.cpp b/src/collections/gamecollection.cpp index 4e9cf28..7f4923e 100644 --- a/src/collections/gamecollection.cpp +++ b/src/collections/gamecollection.cpp @@ -13,7 +13,7 @@ #include "gamecollection.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* game_general = I18N_NOOP("General"); diff --git a/src/collections/musiccollection.cpp b/src/collections/musiccollection.cpp index 8d992b8..d9ace15 100644 --- a/src/collections/musiccollection.cpp +++ b/src/collections/musiccollection.cpp @@ -13,7 +13,7 @@ #include "musiccollection.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* music_general = I18N_NOOP("General"); diff --git a/src/collections/stampcollection.cpp b/src/collections/stampcollection.cpp index c41f806..16431da 100644 --- a/src/collections/stampcollection.cpp +++ b/src/collections/stampcollection.cpp @@ -13,7 +13,7 @@ #include "stampcollection.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* stamp_general = I18N_NOOP("General"); diff --git a/src/collections/videocollection.cpp b/src/collections/videocollection.cpp index 06f3a6a..8acb86e 100644 --- a/src/collections/videocollection.cpp +++ b/src/collections/videocollection.cpp @@ -13,7 +13,7 @@ #include "videocollection.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* video_general = I18N_NOOP("General"); diff --git a/src/collections/winecollection.cpp b/src/collections/winecollection.cpp index 433188f..5ee0826 100644 --- a/src/collections/winecollection.cpp +++ b/src/collections/winecollection.cpp @@ -13,7 +13,7 @@ #include "winecollection.h" -#include <klocale.h> +#include <tdelocale.h> namespace { static const char* wine_general = I18N_NOOP("General"); |