From 09fb5ff6fee0ae01cfb2e8e5ee018bf7ba2dfe73 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:21:10 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- plugins/webinterface/webinterfaceprefwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/webinterface') 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")); -- cgit v1.2.1