summaryrefslogtreecommitdiffstats
path: root/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp')
-rw-r--r--filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp
index 96b1f198..41c3bd71 100644
--- a/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp
+++ b/filesharing/advanced/propsdlgplugin/propsdlgshareplugin.cpp
@@ -101,7 +101,7 @@ PropsDlgSharePlugin::PropsDlgSharePlugin( KPropertiesDialog *dlg,
void PropsDlgSharePlugin::slotConfigureFileSharing()
{
TDEProcess proc;
- proc << KStandardDirs::findExe("tdesu") << locate("exe", "tdecmshell") << "fileshare";
+ proc << TDEStandardDirs::findExe("tdesu") << locate("exe", "tdecmshell") << "fileshare";
proc.start( TDEProcess::DontCare );
}