From 5efc277625507809813e82005f7e47f004c666b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 4 Nov 2023 23:32:04 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- libk3b/tools/k3blistview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libk3b') 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(item) ) { -- cgit v1.2.1