summaryrefslogtreecommitdiff
path: root/library/lnkproperties.cpp
Side-by-side diff
Diffstat (limited to 'library/lnkproperties.cpp') (more/less context) (show whitespace changes)
-rw-r--r--library/lnkproperties.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/lnkproperties.cpp b/library/lnkproperties.cpp
index 28a71e9..bd43e21 100644
--- a/library/lnkproperties.cpp
+++ b/library/lnkproperties.cpp
@@ -129,2 +129,3 @@ void LnkProperties::unlinkLnk()
if ( QPEMessageBox::confirmDelete( this, tr("Delete"), lnk->name() ) ) {
+ if ( QFile::exists(lnk->file()) )
lnk->removeFiles();