summaryrefslogtreecommitdiffstats
path: root/noatun-plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:46:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:46:32 -0600
commitcfb4d6fac0df04704644730fbcd36af80f802b7e (patch)
tree15e43f0b84f1e4d95b9707f05330077da680bd58 /noatun-plugins
parent0b54ffd6f291a256e00f5a93d0472d7198e6a1fc (diff)
downloadtdeaddons-cfb4d6fa.tar.gz
tdeaddons-cfb4d6fa.zip
Additional renaming of kde to tde
Diffstat (limited to 'noatun-plugins')
-rw-r--r--noatun-plugins/configure.in.bot2
-rw-r--r--noatun-plugins/dub/Makefile.am4
-rw-r--r--noatun-plugins/dub/dub/fileselectorwidget.h2
-rw-r--r--noatun-plugins/lyrics/lyrics.cpp4
4 files changed, 6 insertions, 6 deletions
diff --git a/noatun-plugins/configure.in.bot b/noatun-plugins/configure.in.bot
index 891f2f2..11d8784 100644
--- a/noatun-plugins/configure.in.bot
+++ b/noatun-plugins/configure.in.bot
@@ -2,7 +2,7 @@ if test "x$NOATUN_SUBDIR" = "x"; then
echo ""
echo "You're missing the noatun header files, therefore"
echo "the noatun plugins cannot be compiled. If you want them,"
- echo "you should install kdemultimedia first."
+ echo "you should install tdemultimedia first."
echo ""
all_tests=bad
fi
diff --git a/noatun-plugins/dub/Makefile.am b/noatun-plugins/dub/Makefile.am
index e7268ab..da96f87 100644
--- a/noatun-plugins/dub/Makefile.am
+++ b/noatun-plugins/dub/Makefile.am
@@ -1,10 +1,10 @@
-####### kdevelop will overwrite this part!!! (begin)##########
+####### tdevelop will overwrite this part!!! (begin)##########
SUBDIRS = dub
EXTRA_DIST = dub.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO BUGS
-####### kdevelop will overwrite this part!!! (end)############
+####### tdevelop will overwrite this part!!! (end)############
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign
diff --git a/noatun-plugins/dub/dub/fileselectorwidget.h b/noatun-plugins/dub/dub/fileselectorwidget.h
index 6cb612b..d140285 100644
--- a/noatun-plugins/dub/dub/fileselectorwidget.h
+++ b/noatun-plugins/dub/dub/fileselectorwidget.h
@@ -1,5 +1,5 @@
/*-*-c++-*-*****************************************************************
- * Copyright (C) 2001 by Bernd Gehrmann bernd@kdevelop.org *
+ * Copyright (C) 2001 by Bernd Gehrmann bernd@tdevelop.org *
* Copyright (C) 2002 by Eray Ozkural erayo@cs.bilkent.edu.tr *
* *
* This program is free software; you can redistribute it and/or modify *
diff --git a/noatun-plugins/lyrics/lyrics.cpp b/noatun-plugins/lyrics/lyrics.cpp
index 91e49c1..cbf6b63 100644
--- a/noatun-plugins/lyrics/lyrics.cpp
+++ b/noatun-plugins/lyrics/lyrics.cpp
@@ -180,7 +180,7 @@ void Lyrics::viewLyrics(int index)
KMessageBox::sorry(this, i18n("You can only view the lyrics of the current song, and currently there is none."));
return;
}
-//X <small>(if the above information is incorrect, the search may not find the correct music. If that's the case, use a tag editor to fix it. Hint: Use the luckytag plugin from the kdeaddons module to try to guess title, author and album from the song filename)</small><br>
+//X <small>(if the above information is incorrect, the search may not find the correct music. If that's the case, use a tag editor to fix it. Hint: Use the luckytag plugin from the tdeaddons module to try to guess title, author and album from the song filename)</small><br>
TQString url, name;
if (index < 0)
index = site_act->currentItem();
@@ -232,7 +232,7 @@ void Lyrics::viewLyrics(int index)
htmlpart->end();
go(_url);
this->show();
- KMessageBox::information( this, i18n( "In order to find the lyrics for the current song, this plugin uses the properties stored with each song, such as its title, author and album. These properties are usually retrieved by a tag reader, but in some cases they may not be present or be incorrect. In that case, the Lyrics plugin will not be able to find the lyrics until these properties are fixed (you can fix them using the tag editor).\nHint: The lucky tag plugin, present in the kdeaddons module, can try to guess properties such as title and author from the filename of a song. Enabling it may increase the probability of finding lyrics." ), TQString(), "Lyrics::usage_info" );
+ KMessageBox::information( this, i18n( "In order to find the lyrics for the current song, this plugin uses the properties stored with each song, such as its title, author and album. These properties are usually retrieved by a tag reader, but in some cases they may not be present or be incorrect. In that case, the Lyrics plugin will not be able to find the lyrics until these properties are fixed (you can fix them using the tag editor).\nHint: The lucky tag plugin, present in the tdeaddons module, can try to guess properties such as title and author from the filename of a song. Enabling it may increase the probability of finding lyrics." ), TQString(), "Lyrics::usage_info" );
active = true;
}
}