summaryrefslogtreecommitdiffstats
path: root/src/i8ksensorslist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-07-24 09:59:06 -0500
committerTimothy Pearson <[email protected]>2013-07-24 09:59:06 -0500
commit24857cad8e92c27bc7d7377549ae887adbeccc58 (patch)
treee8aa2577506c17c68286ec1b65ae31b89ea0556b /src/i8ksensorslist.cpp
parentea3a9effca9bebfe18bfb7546da619ecbbb121f3 (diff)
downloadksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.tar.gz
ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.zip
Convert to TDE R14 API
Diffstat (limited to 'src/i8ksensorslist.cpp')
-rw-r--r--src/i8ksensorslist.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/i8ksensorslist.cpp b/src/i8ksensorslist.cpp
index 06d12c9..178d223 100644
--- a/src/i8ksensorslist.cpp
+++ b/src/i8ksensorslist.cpp
@@ -15,7 +15,7 @@
* *
***************************************************************************/
-#include <klocale.h>
+#include <tdelocale.h>
#include "i8ksensorslist.h"
@@ -24,9 +24,9 @@
-I8KSensorsList::I8KSensorsList(QObject *parent, const char *name): SensorsList(parent,name)
+I8KSensorsList::I8KSensorsList(TQObject *parent, const char *name): SensorsList(parent,name)
{
- setDescription(QString(i18n("MainBoard")) );
+ setDescription(TQString(i18n("MainBoard")) );
setClass(Sensor::lmSensor);
@@ -118,8 +118,8 @@ bool I8KSensorsList::I8KAvailable()
int result;
switch(result= I8KOnlyAvailable()) {
- case -2: qWarning("I18K Warning: /proc/i8k format not valid or not supported. Inform the author."); break;
- case -3: qWarning("I18K Warning: Only format version 1.0 is supported. Inform the author."); break;
+ case -2: tqWarning("I18K Warning: /proc/i8k format not valid or not supported. Inform the author."); break;
+ case -3: tqWarning("I18K Warning: Only format version 1.0 is supported. Inform the author."); break;
}
return (result==0 || AcpiAvailable()==0);