diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:15:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 08:15:59 -0600 |
commit | 2ce15ee76fd2d9d18a63c035a0f5b00b94c60cdc (patch) | |
tree | 924a2aa48841fb556594f0cf5c485b6d56c3acaa /kpoker/global.h | |
parent | 905e326a1d1fc90f1626bcb12e01efa387375827 (diff) | |
download | tdegames-2ce15ee76fd2d9d18a63c035a0f5b00b94c60cdc.tar.gz tdegames-2ce15ee76fd2d9d18a63c035a0f5b00b94c60cdc.zip |
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kpoker/global.h')
-rw-r--r-- | kpoker/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |