mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kcontrol: executeXmodmap() function optimization
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8b5bddbd94
commit
ff101e191b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ void executeXmodmap(const QString& configFileName)
|
|||
return;
|
||||
}
|
||||
|
||||
if( QFile(configFileName).exists() ) {
|
||||
if( QFile::exists(configFileName) ) {
|
||||
if( xmodmapExe.isEmpty() ) {
|
||||
xmodmapExe = KStandardDirs::findExe(XMODMAP_EXEC);
|
||||
if( xmodmapExe.isEmpty() ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue