From d37705184967f236c728938b2824abbed628ce26 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 2 Sep 2023 15:53:50 +0900 Subject: Replace TQ_*Focus* and TQ_Scale* defines Signed-off-by: Michele Calgaro --- ksirc/topic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksirc/topic.cpp') diff --git a/ksirc/topic.cpp b/ksirc/topic.cpp index 76f24488..b2ab5840 100644 --- a/ksirc/topic.cpp +++ b/ksirc/topic.cpp @@ -184,7 +184,7 @@ KSircTopicEditor::KSircTopicEditor( TQWidget *parent, const char *name ) : TQTextEdit( parent, name ) { setWFlags( WDestructiveClose ); - setFocusPolicy( TQ_ClickFocus ); + setFocusPolicy( TQWidget::ClickFocus ); connect( this, TQT_SIGNAL( textChanged () ), this, TQT_SLOT( slotMaybeResize() ) ); } -- cgit v1.2.1