diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-30 21:29:50 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-30 21:29:50 +0900 |
| commit | ddcc35a4b1cb5de03a552cbd89a794c4998703f5 (patch) | |
| tree | b4eda0da3b00a896387b4251313911784d511da0 /noatun-plugins/charlatan/userinterface.cpp | |
| parent | d4040cfd7374195819e8caa9724c3c582f987b5b (diff) | |
| download | tdeaddons-ddcc35a4b1cb5de03a552cbd89a794c4998703f5.tar.gz tdeaddons-ddcc35a4b1cb5de03a552cbd89a794c4998703f5.zip | |
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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; |
