mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
kuser: adjust to recent KStandardDirs changes
This commit is contained in:
parent
b3ed7a40fc
commit
09e477552c
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ bool KU_GroupFiles::save()
|
|||
new_group_filename = group_filename + QString::fromLatin1(KU_CREATE_EXT);
|
||||
#ifdef HAVE_SHADOW_H
|
||||
gshadow_filename = mCfg->gshadowsrc();
|
||||
if ( !KStandardDirs::exists( gshadow_filename ) )
|
||||
if ( !KGlobal::dirs()->exists( gshadow_filename ) )
|
||||
gshadow_filename = QString();
|
||||
else
|
||||
new_gshadow_filename = gshadow_filename + QString::fromLatin1(KU_CREATE_EXT);
|
||||
|
|
Loading…
Add table
Reference in a new issue