$NetBSD: patch-ad,v 1.5 2007/01/26 03:28:08 markd Exp $

kde svn patch 624935

--- kbabel/catalogmanager/libsvn/svnhandler.cpp.orig	2007-01-20 23:56:24.000000000 +1300
+++ kbabel/catalogmanager/libsvn/svnhandler.cpp
@@ -148,7 +148,7 @@ SVNHandler::FileStatus SVNHandler::fstat
   QDomElement entry, wcStatus;
 
   // Parse the output.
-  if ( !doc.setContent( out.output(), &errorMsg, &errorLine, &errorCol ) ) {
+  if ( !doc.setContent( out.getOutput(), &errorMsg, &errorLine, &errorCol ) ) {
     kdDebug(8109) << "Cannot parse \"svn status -v --xml\" output for"
         << filename << endl << "Line: " << errorLine << " Column: "
         << errorCol << " Error: " << errorMsg << endl;
