summaryrefslogtreecommitdiffstats
path: root/src/ksensorssplash.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/ksensorssplash.h
parentea3a9effca9bebfe18bfb7546da619ecbbb121f3 (diff)
downloadksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.tar.gz
ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.zip
Convert to TDE R14 API
Diffstat (limited to 'src/ksensorssplash.h')
-rw-r--r--src/ksensorssplash.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ksensorssplash.h b/src/ksensorssplash.h
index 3330b64..6d88a69 100644
--- a/src/ksensorssplash.h
+++ b/src/ksensorssplash.h
@@ -18,24 +18,24 @@
#ifndef KSENSORSSPLASH_H
#define KSENSORSSPLASH_H
-#include <qwidget.h>
-//#include <qwidget.h>
+#include <ntqwidget.h>
+//#include <ntqwidget.h>
/**
*@author Miguel Novas
*/
-class KSensorsSplash : public QWidget {
+class KSensorsSplash : public TQWidget {
Q_OBJECT
public:
- KSensorsSplash(QWidget *parent=0, const char *name=0 );
+ KSensorsSplash(TQWidget *parent=0, const char *name=0 );
~KSensorsSplash();
protected:
- void timerEvent( QTimerEvent * );
+ void timerEvent( TQTimerEvent * );
};
#endif