diff options
Diffstat (limited to 'kopete/plugins')
5 files changed, 5 insertions, 5 deletions
diff --git a/kopete/plugins/statistics/statisticsplugin.cpp b/kopete/plugins/statistics/statisticsplugin.cpp index 2cfe0290..c5eb2b5c 100644 --- a/kopete/plugins/statistics/statisticsplugin.cpp +++ b/kopete/plugins/statistics/statisticsplugin.cpp @@ -53,7 +53,7 @@ StatisticsPlugin::StatisticsPlugin( TQObject *parent, const char *name, const TQ { TDEAction *viewMetaContactStatistics = new TDEAction( i18n("View &Statistics" ), - TQString::fromLatin1( "log" ), 0, this, TQT_SLOT(slotViewStatistics()), + TQString::fromLatin1( "text-x-log" ), 0, this, TQT_SLOT(slotViewStatistics()), actionCollection(), "viewMetaContactStatistics" ); viewMetaContactStatistics->setEnabled(Kopete::ContactList::self()->selectedMetaContacts().count() == 1); diff --git a/kopete/plugins/texteffect/kopete_texteffect.desktop b/kopete/plugins/texteffect/kopete_texteffect.desktop index 331bfc15..d62eb281 100644 --- a/kopete/plugins/texteffect/kopete_texteffect.desktop +++ b/kopete/plugins/texteffect/kopete_texteffect.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Service X-Kopete-Version=1000900 -Icon=texteffect +Icon=text-x-texteffect X-TDE-ServiceTypes=Kopete/Plugin X-TDE-Library=kopete_texteffect X-TDE-PluginInfo-Author=Olivier Goffart diff --git a/kopete/plugins/texteffect/kopete_texteffect_config.desktop b/kopete/plugins/texteffect/kopete_texteffect_config.desktop index 5eb0a75b..e1914cbd 100644 --- a/kopete/plugins/texteffect/kopete_texteffect_config.desktop +++ b/kopete/plugins/texteffect/kopete_texteffect_config.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Icon=texteffect +Icon=text-x-texteffect Type=Service X-TDE-ServiceTypes=TDECModule diff --git a/kopete/plugins/webpresence/kopete_webpresence.desktop b/kopete/plugins/webpresence/kopete_webpresence.desktop index 49095d38..d5a0928b 100644 --- a/kopete/plugins/webpresence/kopete_webpresence.desktop +++ b/kopete/plugins/webpresence/kopete_webpresence.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Service X-Kopete-Version=1000900 -Icon=html +Icon=text-x-text-html X-TDE-ServiceTypes=Kopete/Plugin X-TDE-Library=kopete_webpresence X-TDE-PluginInfo-Author=Will Stephenson diff --git a/kopete/plugins/webpresence/kopete_webpresence_config.desktop b/kopete/plugins/webpresence/kopete_webpresence_config.desktop index f3a696ea..f78878ef 100644 --- a/kopete/plugins/webpresence/kopete_webpresence_config.desktop +++ b/kopete/plugins/webpresence/kopete_webpresence_config.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Service -Icon=html +Icon=text-x-text-html X-TDE-ServiceTypes=TDECModule X-TDE-ModuleType=Library |