summaryrefslogtreecommitdiffstats
path: root/kpf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:58 -0500
commit88d7ebff6abf9536530707e79b9997ad2b24241b (patch)
treeea676ef619ef1e2120630d1d1e9a7ff3904e396e /kpf
parent7c7af10eb50f1eed70b09281f1e9764483de63b4 (diff)
downloadtdenetwork-88d7ebff6abf9536530707e79b9997ad2b24241b.tar.gz
tdenetwork-88d7ebff6abf9536530707e79b9997ad2b24241b.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'kpf')
-rw-r--r--kpf/src/Applet.cpp2
-rw-r--r--kpf/src/AppletItem.cpp2
2 files changed, 2 insertions, 2 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);
diff --git a/kpf/src/AppletItem.cpp b/kpf/src/AppletItem.cpp
index 552bfdc8..f83d94f3 100644
--- a/kpf/src/AppletItem.cpp
+++ b/kpf/src/AppletItem.cpp
@@ -70,7 +70,7 @@ namespace KPF
(SmallIcon("kpf"), popupTitle, Title, Title);
popup_->insertItem
- (SmallIcon("filenew"), i18n("New Server..."), NewServer, NewServer);
+ (SmallIcon("document-new"), i18n("New Server..."), NewServer, NewServer);
popup_->insertSeparator(Separator);