summaryrefslogtreecommitdiffstats
path: root/kscd/ledlamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kscd/ledlamp.h')
-rw-r--r--kscd/ledlamp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kscd/ledlamp.h b/kscd/ledlamp.h
index ccabee32..af37edc7 100644
--- a/kscd/ledlamp.h
+++ b/kscd/ledlamp.h
@@ -23,7 +23,7 @@
#ifndef LED_LAMP_H
#define LED_LAMP_H
-#include <qframe.h>
+#include <tqframe.h>
class LedLamp : public QFrame
@@ -33,7 +33,7 @@ public:
enum Type { Rect, Loop };
- LedLamp(QWidget *parent=0, Type t=Rect);
+ LedLamp(TQWidget *parent=0, Type t=Rect);
enum State { On, Off };
@@ -50,7 +50,7 @@ public slots:
void on() { setState(On); };
void off() { setState(Off); };
protected:
- void drawContents(QPainter *);
+ void drawContents(TQPainter *);
private:
const int w;
const int h;