19 #ifndef KDEVVCSINTEGRATOR_H 20 #define KDEVVCSINTEGRATOR_H 54 virtual void init(
const TQString &projectName,
const TQString &projectLocation) = 0;
57 virtual TQWidget *
self() = 0;
72 virtual VCSDialog *fetcher(TQWidget *parent) = 0;
74 virtual VCSDialog *integrator(TQWidget *parent) = 0;
virtual void accept()=0
Implement all integration actions here.
virtual void init(const TQString &projectName, const TQString &projectLocation)=0
Init integration dialog with the project name and location.
The interface to VCS integrators.