summaryrefslogtreecommitdiffstats
path: root/noatun-plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
commit145f5ae315c8e2b04246b918bc0ef78ac92ee5b4 (patch)
tree51b7d8334495316e8afb5193a01325e014ac8de2 /noatun-plugins
parent35632f63f13f77d72c010b8ae8b7688f62c0a7c0 (diff)
downloadtdeaddons-145f5ae315c8e2b04246b918bc0ef78ac92ee5b4.tar.gz
tdeaddons-145f5ae315c8e2b04246b918bc0ef78ac92ee5b4.zip
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'noatun-plugins')
-rw-r--r--noatun-plugins/lyrics/cmodule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/lyrics/cmodule.cpp b/noatun-plugins/lyrics/cmodule.cpp
index 51aef3f..ac21c22 100644
--- a/noatun-plugins/lyrics/cmodule.cpp
+++ b/noatun-plugins/lyrics/cmodule.cpp
@@ -44,7 +44,7 @@ const char *const DEFAULT_QUERY =
"http://everything2.com/index.pl?node=$(author),"
"http://www.letssingit.com/cgi-exe/am.cgi?a=search&p=1&s=$(title)&l=song";
-LyricsCModule::LyricsCModule(TQObject *_parent) : CModule(i18n("Lyrics"), i18n("Configure Lyrics Plugin"), "document", _parent) {
+LyricsCModule::LyricsCModule(TQObject *_parent) : CModule(i18n("Lyrics"), i18n("Configure Lyrics Plugin"), "text-x-generic", _parent) {
/* Thanks to the kde-usability guys for the help designing this dialog!
* help to simon edwards of KGuardGod, for a big help designing it */
TQVBoxLayout *vlayout = new TQVBoxLayout(this, KDialog::marginHint(), KDialog::spacingHint());