summaryrefslogtreecommitdiffstats
path: root/src/cputimepanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cputimepanel.h')
-rw-r--r--src/cputimepanel.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cputimepanel.h b/src/cputimepanel.h
index efc1326..d2b5f42 100644
--- a/src/cputimepanel.h
+++ b/src/cputimepanel.h
@@ -18,7 +18,7 @@
#ifndef CPUTIMEPANEL_H
#define CPUTIMEPANEL_H
-#include <qpainter.h>
+#include <ntqpainter.h>
#include <panel.h>
#include "qlcdstring.h"
@@ -30,18 +30,18 @@
class CpuTimePanel : public Panel {
public:
- CpuTimePanel(QWidget *parent=0, const char *name=0);
+ CpuTimePanel(TQWidget *parent=0, const char *name=0);
~CpuTimePanel();
protected:
int old_user,old_nice,old_system,old_idle;
- QLCDString *lcd1,*lcd2,*lcd3,*lcd4;
- QBarMeter *barMeter;
+ TQLCDString *lcd1,*lcd2,*lcd3,*lcd4;
+ TQBarMeter *barMeter;
void updateInfo();
- void drawContents(QPainter *p);
- void resizeEvent ( QResizeEvent *e );
+ void drawContents(TQPainter *p);
+ void resizeEvent ( TQResizeEvent *e );
};
#endif