summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:21:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:21:10 -0600
commit09fb5ff6fee0ae01cfb2e8e5ee018bf7ba2dfe73 (patch)
tree812e378131a83f6227655ea3ec85e30ba9998380 /plugins
parent9ecad52cf426e21ed93bbb9dd6978afcc3fb8596 (diff)
downloadktorrent-09fb5ff6fee0ae01cfb2e8e5ee018bf7ba2dfe73.tar.gz
ktorrent-09fb5ff6fee0ae01cfb2e8e5ee018bf7ba2dfe73.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'plugins')
-rw-r--r--plugins/webinterface/webinterfaceprefwidget.cpp4
1 files changed, 2 insertions, 2 deletions
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"));