summaryrefslogtreecommitdiffstats
path: root/kpf/src/Applet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpf/src/Applet.cpp')
-rw-r--r--kpf/src/Applet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpf/src/Applet.cpp b/kpf/src/Applet.cpp
index d6c55f0e..3d3c52a9 100644
--- a/kpf/src/Applet.cpp
+++ b/kpf/src/Applet.cpp
@@ -125,7 +125,7 @@ namespace KPF
popup_ = new TQPopupMenu(this);
popup_->insertItem
- (BarIcon("filenew"), i18n("New Server..."), NewServer, NewServer);
+ (BarIcon("document-new"), i18n("New Server..."), NewServer, NewServer);
// popup_->insertItem
// (BarIcon("quit"), i18n("Quit"), Quit, Quit);