diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-30 21:31:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-02 22:44:34 +0900 |
| commit | dfb81fda2a1f149bacf303bda7f4b3821b4c96d4 (patch) | |
| tree | a39c3775442a6d1b7e08411436106fece5bc10a4 /ksim/monitors/filesystem | |
| parent | 2d05a4b0f982db84955a0d8e56357f4e72b70d56 (diff) | |
| download | tdeutils-dfb81fda.tar.gz tdeutils-dfb81fda.zip | |
Replace 'Event' #define strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 99f7cd1932291ac8fe822b13cd1077da6433f279)
Diffstat (limited to 'ksim/monitors/filesystem')
| -rw-r--r-- | ksim/monitors/filesystem/filesystemwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/monitors/filesystem/filesystemwidget.cpp b/ksim/monitors/filesystem/filesystemwidget.cpp index b60ba43..4a63e04 100644 --- a/ksim/monitors/filesystem/filesystemwidget.cpp +++ b/ksim/monitors/filesystem/filesystemwidget.cpp @@ -151,7 +151,7 @@ bool FilesystemWidget::eventFilter(TQObject *o, TQEvent *e) if (o == progressBar && e->type() == TQEvent::MouseButtonPress) { - switch(TQT_TQMOUSEEVENT(e)->button()) { + switch(static_cast<TQMouseEvent*>(e)->button()) { case TQt::RightButton: showMenu(i); break; |
