From 32de9b20387f7237914d8d9b9f1ac733287a08a1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:28:49 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- juk/k3bexporter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juk/k3bexporter.cpp') 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"), -- cgit v1.2.1