diff options
Diffstat (limited to 'vcs/subversion/subversion_part.h')
| -rw-r--r-- | vcs/subversion/subversion_part.h | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/vcs/subversion/subversion_part.h b/vcs/subversion/subversion_part.h index 1847567d..9296152a 100644 --- a/vcs/subversion/subversion_part.h +++ b/vcs/subversion/subversion_part.h @@ -16,16 +16,16 @@  	 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,  	 Boston, MA 02110-1301, USA.  	 */ -#ifndef __KDEVPART_SUBVERSION_H__ -#define __KDEVPART_SUBVERSION_H__ +#ifndef __TDEVPART_SUBVERSION_H__ +#define __TDEVPART_SUBVERSION_H__  #include <tqguardedptr.h> -#include <kdevplugin.h> +#include <tdevplugin.h>  #include <kurl.h>  #include <tqpopupmenu.h>  #include <kdialogbase.h> -#include "kdevversioncontrol.h" +#include "tdevversioncontrol.h"  class subversionCore;  class subversionOptionsWidget; @@ -36,7 +36,7 @@ namespace SvnGlobal  class SvnInfoHolder;  }; -class subversionPart : public KDevVersionControl +class subversionPart : public TDevVersionControl  {  	Q_OBJECT @@ -49,7 +49,7 @@ public:  		TQWidget* newProjectWidget( TQWidget* parent );  		void createNewProject( const TQString& dirname );  		bool fetchFromRepository(); -		KDevVCSFileInfoProvider * fileInfoProvider() const; +		TDevVCSFileInfoProvider * fileInfoProvider() const;  		bool urlFocusedDocument( KURL &url );  		void restorePartialProjectSession(const TQDomElement* );  		void savePartialProjectSession(TQDomElement* ); | 
