summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/charlatan
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-30 21:29:50 +0900
committerMichele Calgaro <[email protected]>2023-12-02 22:39:27 +0900
commit588c6181fa91c6a060db06750d97cbb328b76847 (patch)
tree16227afced2d9fe02787182b927acee39df3cdb6 /noatun-plugins/charlatan
parenta67df8047e64fb24b7a584dd603872996568b15a (diff)
downloadtdeaddons-588c6181fa91c6a060db06750d97cbb328b76847.tar.gz
tdeaddons-588c6181fa91c6a060db06750d97cbb328b76847.zip
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ddcc35a4b1cb5de03a552cbd89a794c4998703f5)
Diffstat (limited to 'noatun-plugins/charlatan')
-rw-r--r--noatun-plugins/charlatan/userinterface.cpp2
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;