summaryrefslogtreecommitdiffstats
path: root/kmix/kledbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/kledbutton.h')
-rw-r--r--kmix/kledbutton.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kmix/kledbutton.h b/kmix/kledbutton.h
index 8ea33aba..e8d562af 100644
--- a/kmix/kledbutton.h
+++ b/kmix/kledbutton.h
@@ -22,7 +22,7 @@
#ifndef KLEDBUTTON_H
#define KLEDBUTTON_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kled.h>
@@ -33,21 +33,21 @@
class KLedButton : public KLed {
Q_OBJECT
public:
- KLedButton(const QColor &col=Qt::green, QWidget *parent=0, const char *name=0);
- KLedButton(const QColor& col, KLed::State st, KLed::Look look, KLed::Shape shape,
- QWidget *parent=0, const char *name=0);
+ KLedButton(const TQColor &col=Qt::green, TQWidget *parent=0, const char *name=0);
+ KLedButton(const TQColor& col, KLed::State st, KLed::Look look, KLed::Shape shape,
+ TQWidget *parent=0, const char *name=0);
~KLedButton();
- QSize sizeHint () const;
- QSizePolicy sizePolicy () const;
+ TQSize sizeHint () const;
+ TQSizePolicy sizePolicy () const;
signals:
void stateChanged( bool newState );
protected:
- void mousePressEvent ( QMouseEvent *e );
+ void mousePressEvent ( TQMouseEvent *e );
private:
- bool eventFilter( QObject*, QEvent* );
+ bool eventFilter( TQObject*, TQEvent* );
};
#endif