summaryrefslogtreecommitdiffstats
path: root/tdenetworkmanager
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:51 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:51 -0500
commitbbe98cf1bbd6b4cabdf51316b9f0964339c37213 (patch)
tree5a2d0dfffd72acbe94fd971b6ee8b1094c334f51 /tdenetworkmanager
parent1833d340f92cc4305cd4e0979d158f9090849b0e (diff)
downloadtdenetworkmanager-bbe98cf1bbd6b4cabdf51316b9f0964339c37213.tar.gz
tdenetworkmanager-bbe98cf1bbd6b4cabdf51316b9f0964339c37213.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 'tdenetworkmanager')
-rw-r--r--tdenetworkmanager/src/tdenetman-tray.cpp4
-rw-r--r--tdenetworkmanager/src/tdenetman-wired_device_tray.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/tdenetworkmanager/src/tdenetman-tray.cpp b/tdenetworkmanager/src/tdenetman-tray.cpp
index 14ea239..6b19a12 100644
--- a/tdenetworkmanager/src/tdenetman-tray.cpp
+++ b/tdenetworkmanager/src/tdenetman-tray.cpp
@@ -1072,11 +1072,11 @@ Tray::Tray() : KSystemTray()
// this action is only connected when the menu is shown, hence the 0 receiver
new TDEAction (i18n ("New connection ..."),
- SmallIcon ("filenew", TQIconSet::Automatic), 0,
+ SmallIcon ("document-new", TQIconSet::Automatic), 0,
TQT_TQOBJECT(this), 0, actionCollection (), "new_connection");
new TDEActionMenu (i18n ("New connection ..."),
- SmallIcon ("filenew", TQIconSet::Automatic),
+ SmallIcon ("document-new", TQIconSet::Automatic),
actionCollection(), "new_connection_menu");
new TDEActionMenu (i18n ("Deactivate connection..."),
diff --git a/tdenetworkmanager/src/tdenetman-wired_device_tray.cpp b/tdenetworkmanager/src/tdenetman-wired_device_tray.cpp
index fcfdc4f..e59b173 100644
--- a/tdenetworkmanager/src/tdenetman-wired_device_tray.cpp
+++ b/tdenetworkmanager/src/tdenetman-wired_device_tray.cpp
@@ -123,7 +123,7 @@ void WiredDeviceTray::addMenuItems(TDEPopupMenu* menu)
if ( connectionItems == 0) {
// menu->insertSeparator();
- menu->insertItem(SmallIcon("filenew", TQIconSet::Automatic), i18n("Create new wired connection"), this, TQT_SLOT(newConnection()));
+ menu->insertItem(SmallIcon("document-new", TQIconSet::Automatic), i18n("Create new wired connection"), this, TQT_SLOT(newConnection()));
}
// bring the device down