Branch: master

66d901de 2014-10-22 13:25:40 Timothy Pearson
Fix remaining issues from mimetype icon rename
M knewsticker/knewsticker.cpp
M kopete/protocols/gadu/gaduaccount.cpp
M kopete/protocols/gadu/gaducontact.cpp
M ksirc/dockservercontroller.cpp
M ksirc/mditoplevel.cpp
diff --git a/knewsticker/knewsticker.cpp b/knewsticker/knewsticker.cpp
index cca820e..b98e926 100644
--- a/knewsticker/knewsticker.cpp
+++ b/knewsticker/knewsticker.cpp
@@ -418,7 +418,7 @@
 	 * themeing functionality?
 	 */
 	const TQPixmap lookIcon = SmallIcon(TQString::fromLatin1("viewmag"));
-	const TQPixmap newArticleIcon = SmallIcon(TQString::fromLatin1("info"));
+	const TQPixmap newArticleIcon = SmallIcon(TQString::fromLatin1("application-vnd.tde.info"));
 	const TQPixmap oldArticleIcon = SmallIcon(TQString::fromLatin1("mime_empty"));
 	const TQPixmap noArticlesIcon = SmallIcon(TQString::fromLatin1("remove"));
 
diff --git a/kopete/protocols/gadu/gaduaccount.cpp b/kopete/protocols/gadu/gaduaccount.cpp
index f82f20e..f6d37ff 100644
--- a/kopete/protocols/gadu/gaduaccount.cpp
+++ b/kopete/protocols/gadu/gaduaccount.cpp
@@ -302,7 +302,7 @@
 				GaduProtocol::protocol()->convertStatus( GG_STATUS_NOT_AVAIL ).iconFor( this ),
 				0, this, TQT_SLOT( slotGoOffline() ), this, "actionGaduConnect" ) );
 
-	p->actionMenu_->insert( new TDEAction( i18n( "Set &Description..." ), "info",
+	p->actionMenu_->insert( new TDEAction( i18n( "Set &Description..." ), "application-vnd.tde.info",
 			0, this, TQT_SLOT( slotDescription() ), this, "actionGaduDescription" ) );
 
 	p->actionMenu_->insert( p->friendsModeAction );
diff --git a/kopete/protocols/gadu/gaducontact.cpp b/kopete/protocols/gadu/gaducontact.cpp
index 40d06c5..cc05288 100644
--- a/kopete/protocols/gadu/gaducontact.cpp
+++ b/kopete/protocols/gadu/gaducontact.cpp
@@ -195,7 +195,7 @@
 {
 	TQPtrList<TDEAction> *fakeCollection = new TQPtrList<TDEAction>();
 	//show profile
-	TDEAction* actionShowProfile = new TDEAction( i18n("Show Profile") , "info", 0,
+	TDEAction* actionShowProfile = new TDEAction( i18n("Show Profile") , "application-vnd.tde.info", 0,
 						this, TQT_SLOT( slotShowPublicProfile() ),
 						this, "actionShowPublicProfile" );
 
diff --git a/ksirc/dockservercontroller.cpp b/ksirc/dockservercontroller.cpp
index df1e855..6fef4f9 100644
--- a/ksirc/dockservercontroller.cpp
+++ b/ksirc/dockservercontroller.cpp
@@ -87,7 +87,7 @@
 #else
   m_pic_dock = UserIcon("ksirc_dock");
 #endif
-  m_pic_info = UserIcon("info");
+  m_pic_info = UserIcon("application-vnd.tde.info");
 
   if ( !m_pic_dock.isNull() )
       setPixmap( m_pic_dock );
diff --git a/ksirc/mditoplevel.cpp b/ksirc/mditoplevel.cpp
index e43982f..2f00a64 100644
--- a/ksirc/mditoplevel.cpp
+++ b/ksirc/mditoplevel.cpp
@@ -51,7 +51,7 @@
     resize(config->readSizeEntry( "TopLevelSize", &s ));
 
     m_dirtyIcon = UserIcon( "star" );
-    m_addressedIcon = UserIcon( "info" );
+    m_addressedIcon = UserIcon( "application-vnd.tde.info" );
 
     m_pop = new TDEPopupMenu(m_tab, "");
     m_pop->insertItem( SmallIcon("window-close"), i18n("Close"), this, TQT_SLOT( slotCloseLastWid() ));