diff options
Diffstat (limited to 'noatun/modules/winskin/waIndicator.h')
-rw-r--r-- | noatun/modules/winskin/waIndicator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/modules/winskin/waIndicator.h b/noatun/modules/winskin/waIndicator.h index f367fe84..b4d37482 100644 --- a/noatun/modules/winskin/waIndicator.h +++ b/noatun/modules/winskin/waIndicator.h @@ -16,7 +16,7 @@ #ifndef __WAINDICATOR_H #define __WAINDICATOR_H -#include <qpainter.h> +#include <tqpainter.h> #include "waWidget.h" @@ -31,7 +31,7 @@ class WaIndicator : public WaWidget { bool state() const { return _state; } public slots: - void paintEvent(QPaintEvent *); + void paintEvent(TQPaintEvent *); private: int _enabled_mapping; |