summaryrefslogtreecommitdiffstats
path: root/tderadio3/convert-presets/convert-presets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderadio3/convert-presets/convert-presets.cpp')
-rw-r--r--tderadio3/convert-presets/convert-presets.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tderadio3/convert-presets/convert-presets.cpp b/tderadio3/convert-presets/convert-presets.cpp
index 7ad2dca..ca66229 100644
--- a/tderadio3/convert-presets/convert-presets.cpp
+++ b/tderadio3/convert-presets/convert-presets.cpp
@@ -85,7 +85,7 @@ bool convertFile(const TQString &file)
// convert file
////////////////////////////////////////////////////////////////////////
- TQRegExp qselect("<quickselect>.*</quickselect>");
+ TQRegExp qselect("<quictdeselect>.*</quictdeselect>");
TQRegExp docking("<dockingmenu>.*</dockingmenu>");
TQRegExp station("<station>(.*)</station>");
TQRegExp stationlist("<stationlist>");
@@ -98,7 +98,7 @@ bool convertFile(const TQString &file)
station.setMinimal(true);
xmlData = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + xmlData;
- xmlData.replace(stationlist, "<stationlist>\n\t\t<format>kradio-1.0</format>");
+ xmlData.replace(stationlist, "<stationlist>\n\t\t<format>tderadio-1.0</format>");
xmlData.replace(qselect, "");
xmlData.replace(docking, "");
xmlData.replace(station, "<FrequencyRadioStation>\n"
@@ -163,7 +163,7 @@ int main(int argc, char *argv[])
VERSION, description, TDEAboutData::License_GPL,
"(c) 2003-2005 Martin Witte",
0,
- "http://sourceforge.net/projects/kradio",
+ "http://sourceforge.net/projects/tderadio",
0);
aboutData.addAuthor("Martin Witte", "", "[email protected]");