diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:30:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:30:39 -0600 |
commit | 6981c239dedc72969f6f539afeef646a19c867c0 (patch) | |
tree | 44e5e93a8ed355a26920da44467d4b18be8fcc05 /src/sources/hwmonthermalsrc.cpp | |
parent | dfe4a152e1587751bbb3e63e46c4d727e318caaf (diff) | |
download | kima-6981c239dedc72969f6f539afeef646a19c867c0.tar.gz kima-6981c239dedc72969f6f539afeef646a19c867c0.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/sources/hwmonthermalsrc.cpp')
-rw-r--r-- | src/sources/hwmonthermalsrc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sources/hwmonthermalsrc.cpp b/src/sources/hwmonthermalsrc.cpp index 96af141..d244d88 100644 --- a/src/sources/hwmonthermalsrc.cpp +++ b/src/sources/hwmonthermalsrc.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ #include "hwmonthermalsrc.h" -#include <tqtextstream.h> +#include <textstream.h> #include <tqdir.h> #include <klocale.h> @@ -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)").tqarg(inSourceFile.name()); + mDescription = i18n("This thermal source is provided by hwmon. (%1)").arg(inSourceFile.name()); } HwMonThermalSrc::~HwMonThermalSrc(){ |