summaryrefslogtreecommitdiffstats
path: root/tdeioslave/cgi/cgi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeioslave/cgi/cgi.cpp')
-rw-r--r--tdeioslave/cgi/cgi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/cgi/cgi.cpp b/tdeioslave/cgi/cgi.cpp
index e0e03e454..b17ab6209 100644
--- a/tdeioslave/cgi/cgi.cpp
+++ b/tdeioslave/cgi/cgi.cpp
@@ -132,7 +132,7 @@ void CgiProtocol::get( const KURL& url )
if ( !(*it).endsWith("/") )
cmd += "/";
cmd += file;
- if ( KStandardDirs::exists( cmd ) ) {
+ if ( TDEStandardDirs::exists( cmd ) ) {
forwardFile = false;
stripHeader = true;
break;