summaryrefslogtreecommitdiffstats
path: root/kmines/defines.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-15 21:57:10 -0600
committerTimothy Pearson <[email protected]>2013-02-15 21:57:10 -0600
commit6946130bb142337c633a25f34f11f9cd0e12d5de (patch)
treee4d2629cabc5254b98c1c0095d1f45e793edf226 /kmines/defines.cpp
parent8a9553c17f4228afc6e0642c259a83d8dd37027d (diff)
downloadtdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.tar.gz
tdegames-6946130bb142337c633a25f34f11f9cd0e12d5de.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kmines/defines.cpp')
-rw-r--r--kmines/defines.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmines/defines.cpp b/kmines/defines.cpp
index b008de00..9dc0158b 100644
--- a/kmines/defines.cpp
+++ b/kmines/defines.cpp
@@ -18,7 +18,7 @@
#include "defines.h"
-#include <klocale.h>
+#include <tdelocale.h>
const char *Level::LABELS[NB_TYPES+1] = {
I18N_NOOP("Easy"), I18N_NOOP("Normal"), I18N_NOOP("Expert"),