diff --git a/languages/cpp/doc/libc.toc b/languages/cpp/doc/libc.toc index 53e996aa..a007614d 100644 --- a/languages/cpp/doc/libc.toc +++ b/languages/cpp/doc/libc.toc @@ -58,7 +58,7 @@ - + @@ -300,7 +300,7 @@ - + @@ -308,11 +308,11 @@ - + - + @@ -666,7 +666,7 @@ - + @@ -679,7 +679,7 @@ - + diff --git a/languages/php/doc/php.toc b/languages/php/doc/php.toc index 8da066d4..b665d5c7 100644 --- a/languages/php/doc/php.toc +++ b/languages/php/doc/php.toc @@ -5731,7 +5731,7 @@ - + @@ -5743,7 +5743,7 @@ - + @@ -5788,7 +5788,7 @@ - + @@ -5970,7 +5970,7 @@ - + diff --git a/vcs/subversion/kdevsvnd.cpp b/vcs/subversion/kdevsvnd.cpp index 21b84400..c5c341a5 100644 --- a/vcs/subversion/kdevsvnd.cpp +++ b/vcs/subversion/kdevsvnd.cpp @@ -382,7 +382,7 @@ TQCString KDevSvnd::sslPasswdDlg(TQString promptMsg) // TQDataStream stream(params, IO_WriteOnly); // stream << path << text_status << prop_status << repos_text_status << repos_prop_status << rev; // -// emitDCOPSignal( "subversiontqStatus(TQString,int,int,int,int,long int)", params ); +// emitDCOPSignal( "subversionStatus(TQString,int,int,int,int,long int)", params ); // } // // void KSvnd::popupMessage( const TQString& message ) { diff --git a/vcs/subversion/subversion_fileinfo.cpp b/vcs/subversion/subversion_fileinfo.cpp index d8b1230a..8ea4e4d5 100644 --- a/vcs/subversion/subversion_fileinfo.cpp +++ b/vcs/subversion/subversion_fileinfo.cpp @@ -157,7 +157,7 @@ bool SVNFileInfoProvider::requesttqStatus( const TQString &dirPath, void *caller job = KIO::special(servURL, parms, false); connect( job, TQT_SIGNAL( result( KIO::Job * ) ), this, TQT_SLOT( slotResult( KIO::Job * ) ) ); if( checkRepos ) - m_part->svncore()->initProcessDlg( job, dirPath, i18n("Subversion File/Directory tqStatus") ); + m_part->svncore()->initProcessDlg( job, dirPath, i18n("Subversion File/Directory Status") ); return true; }