summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kmahjongg/Editor.cpp2
-rw-r--r--kpoker/ChangeLog2
-rw-r--r--kpoker/global.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kmahjongg/Editor.cpp b/kmahjongg/Editor.cpp
index c6ab4b9b..8e143107 100644
--- a/kmahjongg/Editor.cpp
+++ b/kmahjongg/Editor.cpp
@@ -8,7 +8,7 @@
#include "prefs.h"
#include <kmessagebox.h>
-#include <klocale.h> // Needed to use KLocale
+#include <klocale.h> // Needed to use TDELocale
#include <kiconloader.h> //
#include <kstandarddirs.h>
#include <ktoolbarradiogroup.h>
diff --git a/kpoker/ChangeLog b/kpoker/ChangeLog
index 55c060e7..f60d105b 100644
--- a/kpoker/ChangeLog
+++ b/kpoker/ChangeLog
@@ -275,7 +275,7 @@ Version 0.3.1
Version 0.3
- kpoker got adapted to the new fsstnd (thanks Coolo !)
-- kpoker now supports KLocale (only works in the tdegames-distribution)
+- kpoker now supports TDELocale (only works in the tdegames-distribution)
- added german language file (tdegames distribution only)
- kpoker should now run on DEC Alphas (thanks Uwe Thiem :)
diff --git a/kpoker/global.h b/kpoker/global.h
index f13f1678..087f3e2b 100644
--- a/kpoker/global.h
+++ b/kpoker/global.h
@@ -20,7 +20,7 @@
#include <klocale.h>
#include <tdeconfig.h>
-extern KLocale *locale;
+extern TDELocale *locale;
extern TDEConfig *conf;
#endif