diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 22:00:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 22:00:04 -0600 |
commit | 783715b853042d24841e3e888051f3a184e78a40 (patch) | |
tree | 33ce107e439bb622368ba17b8a2a6485ef28e3b5 /superkaramba/src/themelocale.cpp | |
parent | 980088ed866120f458c10c1ec64295e84ad8ba82 (diff) | |
download | tdeutils-783715b853042d24841e3e888051f3a184e78a40.tar.gz tdeutils-783715b853042d24841e3e888051f3a184e78a40.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'superkaramba/src/themelocale.cpp')
-rw-r--r-- | superkaramba/src/themelocale.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/superkaramba/src/themelocale.cpp b/superkaramba/src/themelocale.cpp index 7d9490a..f451eaf 100644 --- a/superkaramba/src/themelocale.cpp +++ b/superkaramba/src/themelocale.cpp @@ -1,5 +1,5 @@ /* - * languageList from klocale.cpp + * languageList from tdelocale.cpp * Copyright (c) 1997,2001 Stephan Kulow <coolo@kde.org> * Copyright (c) 1999 Preston Brown <pbrown@kde.org> * Copyright (c) 1999-2002 Hans Petter Bieker <bieker@kde.org> @@ -31,8 +31,8 @@ #include "themefile.h" #include <kdebug.h> #include <tdeconfig.h> -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> #include <tqbuffer.h> #include <tqglobal.h> #include <tqiodevice.h> |