summaryrefslogtreecommitdiffstats
path: root/src/app/VFS/vfile.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-07 11:07:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-07 11:07:29 +0900
commitd18aa53b8b39aadd840968caa6fd9ab6f462175e (patch)
treede56a7f23c2ed092411db697f07efa83f8f52530 /src/app/VFS/vfile.cpp
parent93cd4949e72fe0a36b0118cd34a3ade29b1fe551 (diff)
downloadkrusader-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/VFS/vfile.cpp')
-rw-r--r--src/app/VFS/vfile.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/VFS/vfile.cpp b/src/app/VFS/vfile.cpp
index c333f45..35dba93 100644
--- a/src/app/VFS/vfile.cpp
+++ b/src/app/VFS/vfile.cpp
@@ -234,7 +234,6 @@ const TDEIO::UDSEntry vfile::vfile_getEntry() {
entry.append(atom);
}
-#if KDE_IS_VERSION(3,5,0)
if( !vfile_acl_loaded )
vfile_loadACL();
if( vfile_has_acl ) {
@@ -256,7 +255,6 @@ const TDEIO::UDSEntry vfile::vfile_getEntry() {
entry.append(atom);
}
}
-#endif
return entry;
}