diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:44:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:44:43 -0600 |
commit | ab45f5cce6817a5e2507c952288c18760553fe0a (patch) | |
tree | 8c6cd0dc369766000828c33511566e9586a20715 /src/gvcore/timeutils.cpp | |
parent | 804a7e2aae915c4dd7b914b1f7e1d7fad8179e64 (diff) | |
download | gwenview-ab45f5cce6817a5e2507c952288c18760553fe0a.tar.gz gwenview-ab45f5cce6817a5e2507c952288c18760553fe0a.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/gvcore/timeutils.cpp')
-rw-r--r-- | src/gvcore/timeutils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/timeutils.cpp b/src/gvcore/timeutils.cpp index e493ed2..a00e241 100644 --- a/src/gvcore/timeutils.cpp +++ b/src/gvcore/timeutils.cpp @@ -24,8 +24,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include <kdebug.h> #include <tdefileitem.h> #include <tdefilemetainfo.h> -#include <kglobal.h> -#include <klocale.h> +#include <tdeglobal.h> +#include <tdelocale.h> namespace Gwenview { namespace TimeUtils { |