diff options
Diffstat (limited to 'src/devices')
-rw-r--r-- | src/devices/base/device_group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/base/device_group.cpp b/src/devices/base/device_group.cpp index 169a103..8cace79 100644 --- a/src/devices/base/device_group.cpp +++ b/src/devices/base/device_group.cpp @@ -41,7 +41,7 @@ class Tick { public: Tick() {} Tick(double value, double oValue) { - s = KGlobal::locale()->formatNumber(value, 1); + s = TDEGlobal::locale()->formatNumber(value, 1); min = oValue; } TQString s; |