Rename KStandard for enhanced compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 9ecad52cf4
commit 09fb5ff6fe

@ -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"));

Loading…
Cancel
Save