From b71912fbcb90d5504aad9f17530c94169a661fed Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 Jan 2025 23:01:29 +0900 Subject: Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() and kapp to tdeApp. Signed-off-by: Michele Calgaro --- tdeio/tests/kruntest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeio/tests/kruntest.cpp') diff --git a/tdeio/tests/kruntest.cpp b/tdeio/tests/kruntest.cpp index c10a36898..8f4b6d075 100644 --- a/tdeio/tests/kruntest.cpp +++ b/tdeio/tests/kruntest.cpp @@ -56,7 +56,7 @@ Receiver::Receiver() start = new TQPushButton( "Launch KRuns", this ); stop = new TQPushButton( "Stop those KRuns", this ); stop->setEnabled(false); - TQObject::connect( h, TQ_SIGNAL(clicked()), kapp, TQ_SLOT(quit()) ); + TQObject::connect( h, TQ_SIGNAL(clicked()), tdeApp, TQ_SLOT(quit()) ); TQObject::connect( start, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotStart()) ); TQObject::connect( stop, TQ_SIGNAL(clicked()), this, TQ_SLOT(slotStop()) ); -- cgit v1.2.1