summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:00:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:00:59 -0600
commitf1f618c34b558cbb9edf5ed4c2f4636b4b9c630e (patch)
treeec139b34e98c3b633eedbb4cfc2ff5c041f5867c
parent78941471d4da824445ef9a8089245314f60709b7 (diff)
downloadkbarcode-f1f618c3.tar.gz
kbarcode-f1f618c3.zip
Rename KLocale to enhance compatibility with KDE4
-rw-r--r--kbarcode/measurements.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/measurements.h b/kbarcode/measurements.h
index 486439b..7d594c5 100644
--- a/kbarcode/measurements.h
+++ b/kbarcode/measurements.h
@@ -38,8 +38,8 @@ class Measurements {
};
enum {
- Metric = KLocale::Metric,
- Imperial = KLocale::Imperial,
+ Metric = TDELocale::Metric,
+ Imperial = TDELocale::Imperial,
None
};