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/infopanels.h | |
parent | ea3a9effca9bebfe18bfb7546da619ecbbb121f3 (diff) | |
download | ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.tar.gz ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.zip |
Convert to TDE R14 API
Diffstat (limited to 'src/infopanels.h')
-rw-r--r-- | src/infopanels.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/infopanels.h b/src/infopanels.h index 9dff7a5..6e86a28 100644 --- a/src/infopanels.h +++ b/src/infopanels.h @@ -18,8 +18,8 @@ #ifndef INFOPANELS_H #define INFOPANELS_H -#include <qtimer.h> -#include <kglobal.h> +#include <ntqtimer.h> +#include <tdeglobal.h> #include "panelsgroup.h" #include "cpupanel.h" @@ -36,7 +36,7 @@ class InfoPanels : public PanelsGroup { Q_OBJECT public: - InfoPanels(QWidget *panelsWidget, QObject *parent=0, const char *name=0); + InfoPanels(TQWidget *panelsWidget, TQObject *parent=0, const char *name=0); ~InfoPanels(); static int cfgReadUpdateInterval(); @@ -53,8 +53,8 @@ protected slots: private: int timerPanelCount; - QTimer *timer; - QWidget *widget; + TQTimer *timer; + TQWidget *widget; void readUpdateInterval(); void timerConnect(Panel *display); |