From 4c899296290a7499b75b1bd88267d53d7d690ffe Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:29:01 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- 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 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 ); } -- cgit v1.2.1