summaryrefslogtreecommitdiffstats
path: root/twin/client.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:26:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:26:45 -0600
commit01c60a267846a8712bca34218ecf7da57566c049 (patch)
treee851781b4ff0487aad8a48739ac0061186343e49 /twin/client.cpp
parent5e5409d89552fa6839ab6cd52a47306eb4d650f0 (diff)
downloadtdebase-01c60a267846a8712bca34218ecf7da57566c049.tar.gz
tdebase-01c60a267846a8712bca34218ecf7da57566c049.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'twin/client.cpp')
-rw-r--r--twin/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/client.cpp b/twin/client.cpp
index 4f5d618eb..3efe87f89 100644
--- a/twin/client.cpp
+++ b/twin/client.cpp
@@ -1829,7 +1829,7 @@ void Client::killProcess( bool ask, Time timestamp )
else
{ // SELI TODO handle the window created by handler specially (on top,urgent?)
process_killer = new TDEProcess( this );
- *process_killer << KStandardDirs::findExe( "twin_killer_helper" )
+ *process_killer << TDEStandardDirs::findExe( "twin_killer_helper" )
<< "--pid" << TQCString().setNum( pid ) << "--hostname" << machine
<< "--windowname" << caption().utf8()
<< "--applicationname" << resourceClass()
@@ -1958,7 +1958,7 @@ bool Client::queryUserSuspendedResume()
}
// FIXME We should display a busy cursor until twin_resumer_helper loads
process_resumer = new TDEProcess( this );
- *process_resumer << KStandardDirs::findExe( "twin_resumer_helper" )
+ *process_resumer << TDEStandardDirs::findExe( "twin_resumer_helper" )
<< "--pid" << TQCString().setNum( info->pid() ) << "--hostname" << wmClientMachine( true )
<< "--windowname" << caption().utf8()
<< "--applicationname" << resourceClass()