From 01c60a267846a8712bca34218ecf7da57566c049 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:26:45 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- kdesktop/lockeng.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdesktop/lockeng.cc') diff --git a/kdesktop/lockeng.cc b/kdesktop/lockeng.cc index 8a9e7cf88..9caf6f29b 100644 --- a/kdesktop/lockeng.cc +++ b/kdesktop/lockeng.cc @@ -95,7 +95,7 @@ SaverEngine::SaverEngine() configure(); mLockProcess.clearArguments(); - TQString path = KStandardDirs::findExe( "kdesktop_lock" ); + TQString path = TDEStandardDirs::findExe( "kdesktop_lock" ); if( path.isEmpty()) { kdDebug( 1204 ) << "Can't find kdesktop_lock!" << endl; @@ -361,7 +361,7 @@ bool SaverEngine::startLockProcess( LockType lock_type ) if (!mLockProcess.isRunning()) { mLockProcess.clearArguments(); - TQString path = KStandardDirs::findExe( "kdesktop_lock" ); + TQString path = TDEStandardDirs::findExe( "kdesktop_lock" ); if( path.isEmpty()) { kdDebug( 1204 ) << "Can't find kdesktop_lock!" << endl; @@ -467,7 +467,7 @@ void SaverEngine::lockProcessExited() // Restart the lock process if (!mLockProcess.isRunning()) { mLockProcess.clearArguments(); - TQString path = KStandardDirs::findExe( "kdesktop_lock" ); + TQString path = TDEStandardDirs::findExe( "kdesktop_lock" ); if( path.isEmpty()) { kdDebug( 1204 ) << "Can't find kdesktop_lock!" << endl; -- cgit v1.2.1