diff options
Diffstat (limited to 'vcs/subversion/subversion_core.h')
| -rw-r--r-- | vcs/subversion/subversion_core.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/vcs/subversion/subversion_core.h b/vcs/subversion/subversion_core.h index f2f3f6da..60cd8cfc 100644 --- a/vcs/subversion/subversion_core.h +++ b/vcs/subversion/subversion_core.h @@ -29,7 +29,7 @@  #include "subversion_fileinfo.h"  #include "subversion_global.h" -class KDevProject; +class TDevProject;  class subversionPart;  class subversionWidget;  class TDEApplication; @@ -76,7 +76,7 @@ public:      // Return true on success. Otherwise return false.      bool clientInfo( KURL path_or_url, bool recurse, TQMap< KURL, SvnGlobal::SvnInfoHolder> &holderMap );  	void createNewProject( const TQString& dirName, const KURL& importURL, bool init ); -    KDevVCSFileInfoProvider *fileInfoProvider() const; +    TDevVCSFileInfoProvider *fileInfoProvider() const;  	void initProcessDlg( TDEIO::Job *job, const TQString &src, const TQString &dest );  // k_dcop: | 
