diff options
author | Timothy Pearson <[email protected]> | 2011-12-16 09:56:11 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-16 09:56:11 -0600 |
commit | 0b46312b4c5d893a6e0c29e354038bbdc5a15fdd (patch) | |
tree | 0a9819d1f6fa2690e0819c97e4bcb9a87f0d397b /src/sources/hwmonfansrc.cpp | |
parent | 6981c239dedc72969f6f539afeef646a19c867c0 (diff) | |
download | kima-0b46312b4c5d893a6e0c29e354038bbdc5a15fdd.tar.gz kima-0b46312b4c5d893a6e0c29e354038bbdc5a15fdd.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 6981c239dedc72969f6f539afeef646a19c867c0.
Diffstat (limited to 'src/sources/hwmonfansrc.cpp')
-rw-r--r-- | src/sources/hwmonfansrc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sources/hwmonfansrc.cpp b/src/sources/hwmonfansrc.cpp index 6674111..17f57ae 100644 --- a/src/sources/hwmonfansrc.cpp +++ b/src/sources/hwmonfansrc.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include "hwmonfansrc.h" -#include <textstream.h> +#include <tqtextstream.h> #include <tqdir.h> #include <klocale.h> @@ -30,7 +30,7 @@ HwMonFanSrc::HwMonFanSrc(TQWidget* inParent, const TQFile& inSourceFile, unsigne //mName = "HwMon " + inSourceFile.name()[inSourceFile.name().length() - 7]; mID = "hwmonFan" + TQString::number(inIndex); mName = mID; - mDescription = i18n("This fan source is provided by hwmon. (%1)").arg(inSourceFile.name()); + mDescription = i18n("This fan source is provided by hwmon. (%1)").tqarg(inSourceFile.name()); } HwMonFanSrc::~HwMonFanSrc(){ |