diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:29:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:29:56 -0600 |
commit | 82fc754f7c4e43eace608a45c22e74e532bd33f1 (patch) | |
tree | 7e1217a13d974e19f4e03cd914de2a217e832f21 /languages/php/phpconfigwidget.cpp | |
parent | 8d6fecdf83984625b9bc6d010a6a00ee670af344 (diff) | |
download | tdevelop-82fc754f7c4e43eace608a45c22e74e532bd33f1.tar.gz tdevelop-82fc754f7c4e43eace608a45c22e74e532bd33f1.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'languages/php/phpconfigwidget.cpp')
-rw-r--r-- | languages/php/phpconfigwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/php/phpconfigwidget.cpp b/languages/php/phpconfigwidget.cpp index 27ef1baf..6cddabdf 100644 --- a/languages/php/phpconfigwidget.cpp +++ b/languages/php/phpconfigwidget.cpp @@ -42,7 +42,7 @@ PHPConfigWidget::PHPConfigWidget(PHPConfigData* data,TQWidget* parent, const ch // page shell TQString exepath = configData->getPHPExecPath(); if (exepath.isEmpty()) { - TQString fiexepath = KStandardDirs::findExe("php"); + TQString fiexepath = TDEStandardDirs::findExe("php"); if (exepath.isEmpty()) exepath = "/usr/local/bin/php"; |