diff options
Diffstat (limited to 'noatun/modules/winskin/waIndicator.cpp')
-rw-r--r-- | noatun/modules/winskin/waIndicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/waIndicator.cpp b/noatun/modules/winskin/waIndicator.cpp index 9c5efa84..1c6a64cc 100644 --- a/noatun/modules/winskin/waIndicator.cpp +++ b/noatun/modules/winskin/waIndicator.cpp @@ -25,7 +25,7 @@ WaIndicator::~WaIndicator() { } -void WaIndicator::paintEvent(QPaintEvent *) +void WaIndicator::paintEvent(TQPaintEvent *) { paintPixmap( _state ? _enabled_mapping : _disabled_mapping ); } |