From 28ccd51885bd98e62c1756453c3fc638b429e5ee Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:31:27 -0600 Subject: Additional kde to tde renaming --- filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp') diff --git a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp index 93a9a6e8..2af403f5 100644 --- a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp +++ b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp @@ -101,7 +101,7 @@ PropsDlgSharePlugin::PropsDlgSharePlugin( KPropertiesDialog *dlg, void PropsDlgSharePlugin::slotConfigureFileSharing() { KProcess proc; - proc << KStandardDirs::findExe("kdesu") << locate("exe", "kcmshell") << "fileshare"; + proc << KStandardDirs::findExe("tdesu") << locate("exe", "kcmshell") << "fileshare"; proc.start( KProcess::DontCare ); } -- cgit v1.2.1