diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 09:59:06 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 09:59:06 -0500 |
commit | 24857cad8e92c27bc7d7377549ae887adbeccc58 (patch) | |
tree | e8aa2577506c17c68286ec1b65ae31b89ea0556b /src/lmsensor.h | |
parent | ea3a9effca9bebfe18bfb7546da619ecbbb121f3 (diff) | |
download | ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.tar.gz ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.zip |
Convert to TDE R14 API
Diffstat (limited to 'src/lmsensor.h')
-rw-r--r-- | src/lmsensor.h | 10 |
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; |