|
|
|
@ -182,7 +182,7 @@ TQString CVSHandler::cvsStatus( const TQString& filename ) const
|
|
|
|
|
return map[filename];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void CVSHandler::execCVSCommand( TQWidget* parent, CVS::Command cmd, const TQString& filename, bool templates, KSharedConfig* config )
|
|
|
|
|
void CVSHandler::execCVSCommand( TQWidget* parent, CVS::Command cmd, const TQString& filename, bool templates, TDESharedConfig* config )
|
|
|
|
|
{
|
|
|
|
|
if ( !_isPORepository ) {
|
|
|
|
|
// This message box should never be visible but who knows... ;-)
|
|
|
|
@ -221,7 +221,7 @@ void CVSHandler::execCVSCommand( TQWidget* parent, CVS::Command cmd, const TQStr
|
|
|
|
|
showDialog( parent, cmd, TQStringList( filename ), command, config );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void CVSHandler::execCVSCommand( TQWidget* parent, CVS::Command cmd, const TQStringList& files, bool templates, KSharedConfig* config )
|
|
|
|
|
void CVSHandler::execCVSCommand( TQWidget* parent, CVS::Command cmd, const TQStringList& files, bool templates, TDESharedConfig* config )
|
|
|
|
|
{
|
|
|
|
|
if ( !_isPORepository ) {
|
|
|
|
|
// This message box should never be visible but who knows... ;-)
|
|
|
|
@ -270,7 +270,7 @@ void CVSHandler::setAutoUpdateTemplates( bool update )
|
|
|
|
|
_autoUpdateTemplates = update;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void CVSHandler::showDialog( TQWidget* parent, CVS::Command cmd, const TQStringList& files, const TQString& commandLine, KSharedConfig* config )
|
|
|
|
|
void CVSHandler::showDialog( TQWidget* parent, CVS::Command cmd, const TQStringList& files, const TQString& commandLine, TDESharedConfig* config )
|
|
|
|
|
{
|
|
|
|
|
CVSDialog * dia = new CVSDialog( cmd, parent, config );
|
|
|
|
|
dia->setFiles( files );
|
|
|
|
|