diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 15:22:45 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 21:37:44 +0900 | 
| commit | fd73938a15f943080d24d458f53e01ccc17dbfd1 (patch) | |
| tree | 8eba53899e616bad02bef56d8bf223cd1f0617cd /src/dolphindetailsview.cpp | |
| parent | 115885964962963b6a6a477c8156e8e3a094d2be (diff) | |
| download | dolphin-fd73938a15f943080d24d458f53e01ccc17dbfd1.tar.gz dolphin-fd73938a15f943080d24d458f53e01ccc17dbfd1.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fda1c3c5d01e1b9093f6d17574face12274c6e3f)
Diffstat (limited to 'src/dolphindetailsview.cpp')
| -rw-r--r-- | src/dolphindetailsview.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 8b74e9a..53ece02 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -378,7 +378,7 @@ void DolphinDetailsView::contentsMousePressEvent(TQMouseEvent* event)      if ((item != 0) && isOnFilename(item, pos)) {          KFileDetailView::contentsMousePressEvent(event);      } -    else if (event->button() == Qt::LeftButton) { +    else if (event->button() == TQt::LeftButton) {          const ButtonState keyboardState = TDEApplication::keyboardMouseState();          const bool isSelectionActive = (keyboardState & ShiftButton) ||                                         (keyboardState & ControlButton); | 
