Branch: master

1fbffc1c 2014-10-22 14:24:33 Timothy Pearson
Fix exec icon location and bring it into XDG compliance
M akregator/src/searchbar.cpp
M kalarm/eventlistviewbase.cpp
diff --git a/akregator/src/searchbar.cpp b/akregator/src/searchbar.cpp
index afd3b34..ff16399 100644
--- a/akregator/src/searchbar.cpp
+++ b/akregator/src/searchbar.cpp
@@ -84,7 +84,7 @@
     statusLabel->setText( i18n("Status:") );
 
     d->searchCombo = new KComboBox(this, "searchcombo");
-    TQPixmap iconAll = TDEGlobal::iconLoader()->loadIcon("exec", TDEIcon::Small);
+    TQPixmap iconAll = TDEGlobal::iconLoader()->loadIcon("application-x-executable", TDEIcon::Small);
     TQPixmap iconNew(locate("data", "akregator/pics/kmmsgnew.png"));
     TQPixmap iconUnread(locate("data", "akregator/pics/kmmsgunseen.png"));
     TQPixmap iconKeep(locate("data", "akregator/pics/kmmsgflag.png"));
diff --git a/kalarm/eventlistviewbase.cpp b/kalarm/eventlistviewbase.cpp
index f093fa8..eea2f87 100644
--- a/kalarm/eventlistviewbase.cpp
+++ b/kalarm/eventlistviewbase.cpp
@@ -418,7 +418,7 @@
 	{
 		mTextIcon    = new TQPixmap(SmallIcon("message"));
 		mFileIcon    = new TQPixmap(SmallIcon("file"));
-		mCommandIcon = new TQPixmap(SmallIcon("exec"));
+		mCommandIcon = new TQPixmap(SmallIcon("application-x-executable"));
 		mEmailIcon   = new TQPixmap(SmallIcon("mail_generic"));
 		if (mTextIcon)
 			mIconWidth = mTextIcon->width();