summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/desktop/tdefile_desktop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/desktop/tdefile_desktop.cpp')
-rw-r--r--tdefile-plugins/desktop/tdefile_desktop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdefile-plugins/desktop/tdefile_desktop.cpp b/tdefile-plugins/desktop/tdefile_desktop.cpp
index e3d432d..cc3ce93 100644
--- a/tdefile-plugins/desktop/tdefile_desktop.cpp
+++ b/tdefile-plugins/desktop/tdefile_desktop.cpp
@@ -94,7 +94,7 @@ bool KDotDesktopPlugin::readInfo( KFileMetaInfo& info, uint )
if (!s.isEmpty()) appendItem(group, "File System", s);
appendItem(group, "Writable",
- TQVariant(!file.readBoolEntry("ReadOnly", true), 42));
+ TQVariant(!file.readBoolEntry("ReadOnly", true)));
}
else if (type == "Service")