diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-07 11:07:29 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-07 11:07:29 +0900 |
| commit | d18aa53b8b39aadd840968caa6fd9ab6f462175e (patch) | |
| tree | de56a7f23c2ed092411db697f07efa83f8f52530 /src/app/Synchronizer/synchronizerdirlist.cpp | |
| parent | 93cd4949e72fe0a36b0118cd34a3ade29b1fe551 (diff) | |
| download | krusader-remove/kde-is-version.tar.gz krusader-remove/kde-is-version.zip | |
Remove use of KDE_IS_VERSIONremove/kde-is-version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/app/Synchronizer/synchronizerdirlist.cpp')
| -rw-r--r-- | src/app/Synchronizer/synchronizerdirlist.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/Synchronizer/synchronizerdirlist.cpp b/src/app/Synchronizer/synchronizerdirlist.cpp index 95bc89a..6dfa7d2 100644 --- a/src/app/Synchronizer/synchronizerdirlist.cpp +++ b/src/app/Synchronizer/synchronizerdirlist.cpp @@ -41,7 +41,7 @@ #include <tdeversion.h> -#if KDE_IS_VERSION(3,5,0) && defined( HAVE_POSIX_ACL ) +#if defined( HAVE_POSIX_ACL ) #include <sys/acl.h> #ifdef HAVE_NON_POSIX_ACL_EXTENSIONS #include <acl/libacl.h> @@ -193,10 +193,10 @@ void SynchronizerDirList::slotEntries( TDEIO::Job * job, const TDEIO::UDSEntryLi vfile *item = new vfile( kfi.text(), kfi.size(), perm, kfi.time( TDEIO::UDS_MODIFICATION_TIME ), kfi.isLink(), kfi.user(), kfi.group(), kfi.user(), kfi.mimetype(), kfi.linkDest(), mode, rwx -#if KDE_IS_VERSION(3,5,0) && defined( HAVE_POSIX_ACL ) - , kfi.ACL().asString() +#if defined( HAVE_POSIX_ACL ) + , kfi.ACL().asString() #endif - ); + ); insert( key, item ); } ++it; |
