diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-14 15:08:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-03 21:34:30 +0900 |
commit | 834496cf73084adeb3959b6e2c11f104955bb69a (patch) | |
tree | 4e9221c9c4bcaa2c2681f3e255b0c771379c379c /kstart/kstart.cpp | |
parent | 1a5b54f42c0218aef7def4bc2d5cbcc0ed6cfadd (diff) | |
download | tdebase-834496cf73084adeb3959b6e2c11f104955bb69a.tar.gz tdebase-834496cf73084adeb3959b6e2c11f104955bb69a.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kstart/kstart.cpp')
-rw-r--r-- | kstart/kstart.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 |