summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--knetattach/knetattach.ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/knetattach/knetattach.ui.h b/knetattach/knetattach.ui.h
index f29abec42..cd5353cfc 100644
--- a/knetattach/knetattach.ui.h
+++ b/knetattach/knetattach.ui.h
@@ -176,7 +176,7 @@ void KNetAttach::finished()
path += name + ".desktop";
KSimpleConfig desktopFile(path, false);
desktopFile.setGroup("Desktop Entry");
- desktopFile.writeEntry("Icon", "package_network");
+ desktopFile.writeEntry("Icon", "applications-internet");
desktopFile.writeEntry("Name", name);
desktopFile.writeEntry("Type", "Link");
desktopFile.writeEntry("URL", url.prettyURL());