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/ksensorssplash.h | |
parent | ea3a9effca9bebfe18bfb7546da619ecbbb121f3 (diff) | |
download | ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.tar.gz ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.zip |
Convert to TDE R14 API
Diffstat (limited to 'src/ksensorssplash.h')
-rw-r--r-- | src/ksensorssplash.h | 10 |
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 |