Rename KLocale to enhance compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 905e326a1d
commit 2ce15ee76f

@ -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>

@ -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 :)

@ -20,7 +20,7 @@
#include <klocale.h>
#include <tdeconfig.h>
extern KLocale *locale;
extern TDELocale *locale;
extern TDEConfig *conf;
#endif

Loading…
Cancel
Save