diff --git a/plugins/webinterface/webinterfaceprefwidget.cpp b/plugins/webinterface/webinterfaceprefwidget.cpp index 4f4a4a4..1e30a08 100644 --- a/plugins/webinterface/webinterfaceprefwidget.cpp +++ b/plugins/webinterface/webinterfaceprefwidget.cpp @@ -62,9 +62,9 @@ WebInterfacePrefWidget::WebInterfacePrefWidget(TQWidget *parent, const char *nam interfaceSkinBox->setCurrentText (WebInterfacePluginSettings::skin()); if(WebInterfacePluginSettings::phpExecutablePath().isEmpty()){ - TQString phpPath=KStandardDirs::findExe("php"); + TQString phpPath=TDEStandardDirs::findExe("php"); if(phpPath==TQString()) - phpPath=KStandardDirs::findExe("php-cli"); + phpPath=TDEStandardDirs::findExe("php-cli"); if(phpPath==TQString()) phpExecutablePath->setURL (i18n("Php executable is not in default path, please enter the path manually"));