From bab4f22f92cb4960c7a7c17845813de2082ffdc9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:57 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- tdeio/misc/uiserver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeio/misc/uiserver.cpp') diff --git a/tdeio/misc/uiserver.cpp b/tdeio/misc/uiserver.cpp index c23628eae..c929028db 100644 --- a/tdeio/misc/uiserver.cpp +++ b/tdeio/misc/uiserver.cpp @@ -97,7 +97,7 @@ class UIServerSystemTray:public KSystemTray TDEPopupMenu* pop= contextMenu(); pop->insertItem(i18n("Settings..."), uis, TQT_SLOT(slotConfigure())); pop->insertItem(i18n("Remove"), uis, TQT_SLOT(slotRemoveSystemTrayIcon())); - setPixmap(loadIcon("filesave")); + setPixmap(loadIcon("document-save")); //actionCollection()->action("file_quit")->setEnabled(true); KStdAction::quit(TQT_TQOBJECT(uis), TQT_SLOT(slotQuit()), actionCollection()); } @@ -595,7 +595,7 @@ UIServer::UIServer() readSettings(); // setup toolbar - toolBar()->insertButton("editdelete", TOOL_CANCEL, + toolBar()->insertButton("edit-delete", TOOL_CANCEL, TQT_SIGNAL(clicked()), TQT_TQOBJECT(this), TQT_SLOT(slotCancelCurrent()), FALSE, i18n("Cancel")); toolBar()->insertButton("configure", TOOL_CONFIGURE, -- cgit v1.2.1