summaryrefslogtreecommitdiffstats
path: root/src/lmsensor.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:59:06 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:59:06 -0500
commit24857cad8e92c27bc7d7377549ae887adbeccc58 (patch)
treee8aa2577506c17c68286ec1b65ae31b89ea0556b /src/lmsensor.h
parentea3a9effca9bebfe18bfb7546da619ecbbb121f3 (diff)
downloadksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.tar.gz
ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.zip
Convert to TDE R14 API
Diffstat (limited to 'src/lmsensor.h')
-rw-r--r--src/lmsensor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lmsensor.h b/src/lmsensor.h
index 87250e0..79e8aaf 100644
--- a/src/lmsensor.h
+++ b/src/lmsensor.h
@@ -18,10 +18,10 @@
#ifndef LMSENSOR_H
#define LMSENSOR_H
-#include <qobject.h>
-#include <kconfig.h>
-#include <qstring.h>
-#include <qcstring.h>
+#include <ntqobject.h>
+#include <tdeconfig.h>
+#include <ntqstring.h>
+#include <ntqcstring.h>
#include <sensors/sensors.h>
#include "sensor.h"
@@ -62,7 +62,7 @@ private:
int feature;
SensorType type;
- QString description;
+ TQString description;
double val;
double valPrevious;
double compensation;