diff options
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(){ |