diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:32:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:32:04 +0900 |
commit | 5efc277625507809813e82005f7e47f004c666b6 (patch) | |
tree | 52282f27d3856e18ad12308e7881e840f0a96047 /libk3b | |
parent | 95a45a4f4fadd0054cc11f4f2f57da17d81c7bdd (diff) | |
download | k3b-5efc277625507809813e82005f7e47f004c666b6.tar.gz k3b-5efc277625507809813e82005f7e47f004c666b6.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libk3b')
-rw-r--r-- | libk3b/tools/k3blistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/tools/k3blistview.cpp b/libk3b/tools/k3blistview.cpp index 8d6b24c..20acae5 100644 --- a/libk3b/tools/k3blistview.cpp +++ b/libk3b/tools/k3blistview.cpp @@ -1108,7 +1108,7 @@ bool K3bListView::eventFilter( TQObject* o, TQEvent* e ) } } - if( me->button() == Qt::LeftButton ) { + if( me->button() == TQt::LeftButton ) { if( item != m_currentEditItem || m_currentEditColumn != col ) { doRename(); if( K3bListViewItem* k3bItem = dynamic_cast<K3bListViewItem*>(item) ) { |