diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:36:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:36:42 -0600 |
commit | 5599badf00624db6b9cecd7a00971f8c2387b73c (patch) | |
tree | de8cc75606ca033f72702957c794cecd5544eea7 /src/sources/hddtempsrc.cpp | |
parent | fc6629f90a46a3f304bdba2ecef645c01ed02640 (diff) | |
download | kima-5599badf00624db6b9cecd7a00971f8c2387b73c.tar.gz kima-5599badf00624db6b9cecd7a00971f8c2387b73c.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/sources/hddtempsrc.cpp')
-rw-r--r-- | src/sources/hddtempsrc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sources/hddtempsrc.cpp b/src/sources/hddtempsrc.cpp index b22a6c8..34995d5 100644 --- a/src/sources/hddtempsrc.cpp +++ b/src/sources/hddtempsrc.cpp @@ -38,7 +38,7 @@ HDDTempSrc::HDDTempSrc(TQWidget* inParent, uint inIndex, const TQString& inDevic mTrigger(this){ mID = "HDDTemp" + TQString().setNum(inIndex); mName = mID; - mDescription = i18n("This source is provided by hddtemp. (%1, %2)").tqarg(inDevice).tqarg(inModelName); + mDescription = i18n("This source is provided by hddtemp. (%1, %2)").arg(inDevice).arg(inModelName); } HDDTempSrc::~HDDTempSrc(){ |