From 8c94fd2f9bea6e051ac0903362fceb7cd92fde41 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 28 Dec 2023 21:15:09 +0900 Subject: Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines Signed-off-by: Michele Calgaro --- src/outputwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/outputwidget.cpp') diff --git a/src/outputwidget.cpp b/src/outputwidget.cpp index d5a5399..9855a8a 100644 --- a/src/outputwidget.cpp +++ b/src/outputwidget.cpp @@ -42,7 +42,7 @@ OutputWidget::OutputWidget( TQWidget* parent, const char* name ) m_priorType( OutputType( -1 )) { setFamily( "monospace" ); setReadOnly( true ); - TQTimer::singleShot( 0, this, SLOT( slotUpdateStatusBarText( ))); + TQTimer::singleShot( 0, this, TQ_SLOT( slotUpdateStatusBarText( ))); } // addOutput -- cgit v1.2.1