diff options
Diffstat (limited to 'noatun-plugins/charlatan/userinterface.cpp')
-rw-r--r-- | noatun-plugins/charlatan/userinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/charlatan/userinterface.cpp b/noatun-plugins/charlatan/userinterface.cpp index 88314d5..f673fb1 100644 --- a/noatun-plugins/charlatan/userinterface.cpp +++ b/noatun-plugins/charlatan/userinterface.cpp @@ -321,7 +321,7 @@ bool Charlatan::eventFilter(TQObject *o, TQEvent *e) switch (e->type()) { case TQEvent::Wheel: - wheelEvent(TQT_TQWHEELEVENT(e)); + wheelEvent(static_cast<TQWheelEvent*>(e)); return true; break; |