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 22:48:54 +0900
commita675856e6e7e5d7f20c66681f1c9d25c58d4b7ee (patch)
tree0d8bb87ef55a5d3bbd3e29899345ce90dab50889 /src/app/VFS/vfile.cpp
parent93cd4949e72fe0a36b0118cd34a3ade29b1fe551 (diff)
downloadkrusader-a675856e6e7e5d7f20c66681f1c9d25c58d4b7ee.tar.gz
krusader-a675856e6e7e5d7f20c66681f1c9d25c58d4b7ee.zip
Remove use of 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;
}