From 834496cf73084adeb3959b6e2c11f104955bb69a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 14 Jan 2025 15:08:54 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- kstart/kstart.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kstart/kstart.cpp') diff --git a/kstart/kstart.cpp b/kstart/kstart.cpp index 7f83e5e8e..0fbc44ce2 100644 --- a/kstart/kstart.cpp +++ b/kstart/kstart.cpp @@ -61,7 +61,7 @@ KStart::KStart() } // propagate the app startup notification info to the started app TDEStartupInfoId id; - id.initId( kapp->startupId()); + id.initId( tdeApp->startupId()); id.setupStartupEnv(); //finally execute the comand @@ -76,7 +76,7 @@ KStart::KStart() else TDEStartupInfo::sendFinish( id ); // failed to start - TQTimer::singleShot( useRule ? 0 : 120 * 1000, kapp, TQ_SLOT( quit())); + TQTimer::singleShot( useRule ? 0 : 120 * 1000, tdeApp, TQ_SLOT( quit())); } void KStart::sendRule() { @@ -126,7 +126,7 @@ void KStart::sendRule() { } msg.broadcastMessage( "_KDE_NET_WM_TEMPORARY_RULES", message, -1, false ); - kapp->flushX(); + tdeApp->flushX(); } const int SUPPORTED_WINDOW_TYPES_MASK = NET::NormalMask | NET::DesktopMask | NET::DockMask -- cgit v1.2.3