From 0b46312b4c5d893a6e0c29e354038bbdc5a15fdd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:56:11 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 6981c239dedc72969f6f539afeef646a19c867c0. --- src/sources/hwmonthermalsrc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sources/hwmonthermalsrc.cpp') diff --git a/src/sources/hwmonthermalsrc.cpp b/src/sources/hwmonthermalsrc.cpp index d244d88..96af141 100644 --- a/src/sources/hwmonthermalsrc.cpp +++ b/src/sources/hwmonthermalsrc.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include "hwmonthermalsrc.h" -#include +#include #include #include @@ -30,7 +30,7 @@ HwMonThermalSrc::HwMonThermalSrc(TQWidget* inParent, const TQFile& inSourceFile, //mName = "HwMon " + inSourceFile.name()[inSourceFile.name().length() - 7]; mID = "hwmon" + TQString::number(inIndex); mName = mID; - mDescription = i18n("This thermal source is provided by hwmon. (%1)").arg(inSourceFile.name()); + mDescription = i18n("This thermal source is provided by hwmon. (%1)").tqarg(inSourceFile.name()); } HwMonThermalSrc::~HwMonThermalSrc(){ -- cgit v1.2.1