Branch: master

c25d6bc1 2014-10-13 15:43:47 Timothy Pearson
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
M knetworkmanager-0.8/src/knetworkmanager-tray.cpp
M knetworkmanager-0.8/src/knetworkmanager-wired_device_tray.cpp
diff --git a/knetworkmanager-0.8/src/knetworkmanager-tray.cpp b/knetworkmanager-0.8/src/knetworkmanager-tray.cpp
index 15aa999..f5503d9 100644
--- a/knetworkmanager-0.8/src/knetworkmanager-tray.cpp
+++ b/knetworkmanager-0.8/src/knetworkmanager-tray.cpp
@@ -1080,11 +1080,11 @@
 
 	// 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/knetworkmanager-0.8/src/knetworkmanager-wired_device_tray.cpp b/knetworkmanager-0.8/src/knetworkmanager-wired_device_tray.cpp
index f566e9a..21d7082 100644
--- a/knetworkmanager-0.8/src/knetworkmanager-wired_device_tray.cpp
+++ b/knetworkmanager-0.8/src/knetworkmanager-wired_device_tray.cpp
@@ -134,7 +134,7 @@
 
 		if ( connectionItems == 0) {
 			// menu->insertSeparator();
-			int id = menu->insertItem(SmallIcon("filenew", TQIconSet::Automatic), i18n("Create new wired connection"), this, TQT_SLOT(newConnection()));
+			int id = menu->insertItem(SmallIcon("document-new", TQIconSet::Automatic), i18n("Create new wired connection"), this, TQT_SLOT(newConnection()));
 		}
 		// bring the device down
 		TDEAction* deactivate = tray()->actionCollection()->action("deactivate_device");