summaryrefslogtreecommitdiffstats
path: root/src/infopanels.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/infopanels.h')
-rw-r--r--src/infopanels.h10
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);