diff options
Diffstat (limited to 'tdeioslave/cgi/cgi.cpp')
-rw-r--r-- | tdeioslave/cgi/cgi.cpp | 2 |
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; |