From c8ece3630d4d21acaf1749fc2cf660a0463070c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 Nov 2023 20:33:00 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- tdeabc/addresslineedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeabc/addresslineedit.cpp') diff --git a/tdeabc/addresslineedit.cpp b/tdeabc/addresslineedit.cpp index 93a327889..1b4911318 100644 --- a/tdeabc/addresslineedit.cpp +++ b/tdeabc/addresslineedit.cpp @@ -190,7 +190,7 @@ void AddressLineEdit::keyPressEvent(TQKeyEvent *e) void AddressLineEdit::mouseReleaseEvent( TQMouseEvent * e ) { - if (m_useCompletion && (e->button() == Qt::MidButton)) + if (m_useCompletion && (e->button() == TQt::MidButton)) { m_smartPaste = true; KLineEdit::mouseReleaseEvent(e); -- cgit v1.2.1