diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 13:25:40 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 13:25:40 -0500 |
commit | 66d901de119517f6d2f2772647e4d60564794ecb (patch) | |
tree | 943687ba9b743a00f098205c2c29ae6a58b6d49e /kopete/protocols/gadu/gaducontact.cpp | |
parent | c43e5608f94635f3033708cbe97a864634b34bc5 (diff) | |
download | tdenetwork-66d901de119517f6d2f2772647e4d60564794ecb.tar.gz tdenetwork-66d901de119517f6d2f2772647e4d60564794ecb.zip |
Fix remaining issues from mimetype icon rename
Diffstat (limited to 'kopete/protocols/gadu/gaducontact.cpp')
-rw-r--r-- | kopete/protocols/gadu/gaducontact.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" ); |