summaryrefslogtreecommitdiffstats
path: root/juk/k3bexporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/k3bexporter.cpp')
-rw-r--r--juk/k3bexporter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/k3bexporter.cpp b/juk/k3bexporter.cpp
index 91164c93..6aec012f 100644
--- a/juk/k3bexporter.cpp
+++ b/juk/k3bexporter.cpp
@@ -103,7 +103,7 @@ K3bExporter::K3bExporter(Playlist *parent) : PlaylistExporter(parent), m_parent(
KAction *K3bExporter::action()
{
- if(!m_action && !KStandardDirs::findExe("k3b").isNull()) {
+ if(!m_action && !TDEStandardDirs::findExe("k3b").isNull()) {
m_action = new PlaylistAction(
"export_to_k3b",
i18n("Add Selected Items to Audio or Data CD"),
@@ -270,7 +270,7 @@ K3bPlaylistExporter::K3bPlaylistExporter(PlaylistBox *parent) : K3bExporter(0),
KAction *K3bPlaylistExporter::action()
{
- if(!KStandardDirs::findExe("k3b").isNull()) {
+ if(!TDEStandardDirs::findExe("k3b").isNull()) {
return new KAction(
i18n("Add Playlist to Audio or Data CD"),
SmallIconSet("k3b"),