summaryrefslogtreecommitdiffstats
path: root/src/lmsensorscfg.h
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/lmsensorscfg.h
parentea3a9effca9bebfe18bfb7546da619ecbbb121f3 (diff)
downloadksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.tar.gz
ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.zip
Convert to TDE R14 API
Diffstat (limited to 'src/lmsensorscfg.h')
-rw-r--r--src/lmsensorscfg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lmsensorscfg.h b/src/lmsensorscfg.h
index 00300ca..bca1410 100644
--- a/src/lmsensorscfg.h
+++ b/src/lmsensorscfg.h
@@ -18,7 +18,7 @@
#ifndef LMSENSORSCFG_H
#define LMSENSORSCFG_H
-//#include <qobject.h>
+//#include <ntqobject.h>
#include "sensorslist.h"
#include "lmsensorscfgdesign.h"
@@ -31,7 +31,7 @@
class LMSensorsCfg : public LMSensorsCfgDesign {
Q_OBJECT
public:
- LMSensorsCfg(SensorsList *lsensors,QWidget *parent=0, const char *name=0);
+ LMSensorsCfg(SensorsList *lsensors,TQWidget *parent=0, const char *name=0);
~LMSensorsCfg();
protected slots:
@@ -41,7 +41,7 @@ protected slots:
void slotTestAlarm();
void slotCurrentSensorChanged(int index);
- void slotMainTabPageChanged(QWidget *);
+ void slotMainTabPageChanged(TQWidget *);
void slotComboMinMaxSelected(int index);
public slots: