From 82fc754f7c4e43eace608a45c22e74e532bd33f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:29:56 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- languages/php/phpconfigdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'languages/php/phpconfigdata.cpp') diff --git a/languages/php/phpconfigdata.cpp b/languages/php/phpconfigdata.cpp index b710f264..51ab5982 100644 --- a/languages/php/phpconfigdata.cpp +++ b/languages/php/phpconfigdata.cpp @@ -23,7 +23,7 @@ #include PHPConfigData::PHPConfigData(TQDomDocument* dom) { - TQString file = KStandardDirs::findExe("php"); + TQString file = TDEStandardDirs::findExe("php"); if (file.isEmpty()) file = "/usr/local/bin/php"; -- cgit v1.2.3