summaryrefslogtreecommitdiffstats
path: root/juk/k3bexporter.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:28:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:28:49 -0600
commit32de9b20387f7237914d8d9b9f1ac733287a08a1 (patch)
tree796116d577da64255dc6e239ea25c4df30474306 /juk/k3bexporter.cpp
parent86a162c3105e54d6e7e38c8b4f8e4ee36387f789 (diff)
downloadtdemultimedia-32de9b20387f7237914d8d9b9f1ac733287a08a1.tar.gz
tdemultimedia-32de9b20387f7237914d8d9b9f1ac733287a08a1.zip
Rename KStandard for enhanced compatibility with KDE4
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"),