diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:26:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:26:15 -0600 |
commit | bd55e01bc4764c5daa84bf46db6978d43898d619 (patch) | |
tree | efc4b389d1eaffa183eb963c9e0aea1440c934c8 /src/devices | |
parent | e39f93c92e88ec461668231778cbba570c82250b (diff) | |
download | piklab-bd55e01bc4764c5daa84bf46db6978d43898d619.tar.gz piklab-bd55e01bc4764c5daa84bf46db6978d43898d619.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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; |