summaryrefslogtreecommitdiffstats
path: root/src/sources/hddtempsrc.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-19 11:36:42 -0600
committerTimothy Pearson <[email protected]>2011-12-19 11:36:42 -0600
commit5599badf00624db6b9cecd7a00971f8c2387b73c (patch)
treede8cc75606ca033f72702957c794cecd5544eea7 /src/sources/hddtempsrc.cpp
parentfc6629f90a46a3f304bdba2ecef645c01ed02640 (diff)
downloadkima-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.cpp2
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(){