summaryrefslogtreecommitdiffstats
path: root/kopete
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:25:40 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:25:40 -0500
commit66d901de119517f6d2f2772647e4d60564794ecb (patch)
tree943687ba9b743a00f098205c2c29ae6a58b6d49e /kopete
parentc43e5608f94635f3033708cbe97a864634b34bc5 (diff)
downloadtdenetwork-66d901de119517f6d2f2772647e4d60564794ecb.tar.gz
tdenetwork-66d901de119517f6d2f2772647e4d60564794ecb.zip
Fix remaining issues from mimetype icon rename
Diffstat (limited to 'kopete')
-rw-r--r--kopete/protocols/gadu/gaduaccount.cpp2
-rw-r--r--kopete/protocols/gadu/gaducontact.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/gadu/gaduaccount.cpp b/kopete/protocols/gadu/gaduaccount.cpp
index f82f20ee..f6d37ff0 100644
--- a/kopete/protocols/gadu/gaduaccount.cpp
+++ b/kopete/protocols/gadu/gaduaccount.cpp
@@ -302,7 +302,7 @@ GaduAccount::actionMenu()
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 40d06c52..cc05288f 100644
--- a/kopete/protocols/gadu/gaducontact.cpp
+++ b/kopete/protocols/gadu/gaducontact.cpp
@@ -195,7 +195,7 @@ GaduContact::customContextMenuActions()
{
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" );