summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commit2ea0370d7988cd1a77a00bdeb1ccd2f35ef2da77 (patch)
treee28974e9526df14faad0e52e257ace6e90a8c11c
parent6371eaf92308c66fa386dbfc43baaf1ef16feda5 (diff)
downloadtdevelop-2ea0370d7988cd1a77a00bdeb1ccd2f35ef2da77.tar.gz
tdevelop-2ea0370d7988cd1a77a00bdeb1ccd2f35ef2da77.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--languages/cpp/doc/libc.toc12
-rw-r--r--languages/php/doc/php.toc8
-rw-r--r--vcs/subversion/kdevsvnd.cpp2
-rw-r--r--vcs/subversion/subversion_fileinfo.cpp2
4 files changed, 12 insertions, 12 deletions
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 @@
<tocsect4 name="3.2.4.5 Obstack Functions and Macros" url="chapters_3.html#SEC47"/>
<tocsect4 name="3.2.4.6 Growing Objects" url="chapters_3.html#SEC48"/>
<tocsect4 name="3.2.4.7 Extra Fast Growing Objects" url="chapters_3.html#SEC49"/>
- <tocsect4 name="3.2.4.8 tqStatus of an Obstack" url="chapters_3.html#SEC50"/>
+ <tocsect4 name="3.2.4.8 Status of an Obstack" url="chapters_3.html#SEC50"/>
<tocsect4 name="3.2.4.9 Alignment of Data in Obstacks" url="chapters_3.html#SEC51"/>
<tocsect4 name="3.2.4.10 Obstack Chunks" url="chapters_3.html#SEC52"/>
<tocsect4 name="3.2.4.11 Summary of Obstack Functions" url="chapters_3.html#SEC53"/>
@@ -300,7 +300,7 @@
<tocsect2 name="13.9 Synchronizing I/O operations" url="chapters_13.html#SEC250"/>
<tocsect2 name="13.10 Perform I/O Operations in Parallel" url="chapters_13.html#SEC251">
<tocsect3 name="13.10.1 Asynchronous Read and Write Operations" url="chapters_13.html#SEC252"/>
- <tocsect3 name="13.10.2 Getting the tqStatus of AIO Operations" url="chapters_13.html#SEC253"/>
+ <tocsect3 name="13.10.2 Getting the Status of AIO Operations" url="chapters_13.html#SEC253"/>
<tocsect3 name="13.10.3 Getting into a Consistent State" url="chapters_13.html#SEC254"/>
<tocsect3 name="13.10.4 Cancellation of AIO Operations" url="chapters_13.html#SEC255"/>
<tocsect3 name="13.10.5 How to optimize the AIO implementation" url="chapters_13.html#SEC256"/>
@@ -308,11 +308,11 @@
<tocsect2 name="13.11 Control Operations on Files" url="chapters_13.html#SEC257"/>
<tocsect2 name="13.12 Duplicating Descriptors" url="chapters_13.html#SEC258"/>
<tocsect2 name="13.13 File Descriptor Flags" url="chapters_13.html#SEC259"/>
- <tocsect2 name="13.14 File tqStatus Flags" url="chapters_13.html#SEC260">
+ <tocsect2 name="13.14 File Status Flags" url="chapters_13.html#SEC260">
<tocsect3 name="13.14.1 File Access Modes" url="chapters_13.html#SEC261"/>
<tocsect3 name="13.14.2 Open-time Flags" url="chapters_13.html#SEC262"/>
<tocsect3 name="13.14.3 I/O Operating Modes" url="chapters_13.html#SEC263"/>
- <tocsect3 name="13.14.4 Getting and Setting File tqStatus Flags" url="chapters_13.html#SEC264"/>
+ <tocsect3 name="13.14.4 Getting and Setting File Status Flags" url="chapters_13.html#SEC264"/>
</tocsect2>
<tocsect2 name="13.15 File Locks" url="chapters_13.html#SEC265"/>
<tocsect2 name="13.16 Interrupt-Driven Input" url="chapters_13.html#SEC266"/>
@@ -666,7 +666,7 @@
<tocsect2 name="25.5 System Calls" url="chapters_25.html#SEC560"/>
<tocsect2 name="25.6 Program Termination" url="chapters_25.html#SEC561">
<tocsect3 name="25.6.1 Normal Termination" url="chapters_25.html#SEC562"/>
- <tocsect3 name="25.6.2 Exit tqStatus" url="chapters_25.html#SEC563"/>
+ <tocsect3 name="25.6.2 Exit Status" url="chapters_25.html#SEC563"/>
<tocsect3 name="25.6.3 Cleanups on Exit" url="chapters_25.html#SEC564"/>
<tocsect3 name="25.6.4 Aborting a Program" url="chapters_25.html#SEC565"/>
<tocsect3 name="25.6.5 Termination Internals" url="chapters_25.html#SEC566"/>
@@ -679,7 +679,7 @@
<tocsect2 name="26.4 Creating a Process" url="chapters_26.html#SEC571"/>
<tocsect2 name="26.5 Executing a File" url="chapters_26.html#SEC572"/>
<tocsect2 name="26.6 Process Completion" url="chapters_26.html#SEC573"/>
- <tocsect2 name="26.7 Process Completion tqStatus" url="chapters_26.html#SEC574"/>
+ <tocsect2 name="26.7 Process Completion Status" url="chapters_26.html#SEC574"/>
<tocsect2 name="26.8 BSD Process Wait Functions" url="chapters_26.html#SEC575"/>
<tocsect2 name="26.9 Process Creation Example" url="chapters_26.html#SEC576"/>
</tocsect1>
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 @@
<entry name="HttpMessage::getRequestMethod" url="function.httpmessage-getrequestmethod.php"/>
<entry name="HttpMessage::getRequestUrl" url="function.httpmessage-getrequesturl.php"/>
<entry name="HttpMessage::getResponseCode" url="function.httpmessage-getresponsecode.php"/>
-<entry name="HttpMessage::getResponsetqStatus" url="function.httpmessage-getresponsestatus.php"/>
+<entry name="HttpMessage::getResponseStatus" url="function.httpmessage-getresponsestatus.php"/>
<entry name="HttpMessage::getType" url="function.httpmessage-gettype.php"/>
<entry name="HttpMessage::guessContentType" url="function.httpmessage-guesscontenttype.php"/>
<entry name="HttpMessage::prepend" url="function.httpmessage-prepend.php"/>
@@ -5743,7 +5743,7 @@
<entry name="HttpMessage::setRequestMethod" url="function.httpmessage-setrequestmethod.php"/>
<entry name="HttpMessage::setRequestUrl" url="function.httpmessage-setrequesturl.php"/>
<entry name="HttpMessage::setResponseCode" url="function.httpmessage-setresponsecode.php"/>
-<entry name="HttpMessage::setResponsetqStatus" url="function.httpmessage-setresponsestatus.php"/>
+<entry name="HttpMessage::setResponseStatus" url="function.httpmessage-setresponsestatus.php"/>
<entry name="HttpMessage::setType" url="function.httpmessage-settype.php"/>
<entry name="HttpMessage::toMessageTypeObject" url="function.httpmessage-tomessagetypeobject.php"/>
<entry name="HttpMessage::toString" url="function.httpmessage-tostring.php"/>
@@ -5788,7 +5788,7 @@
<entry name="HttpRequest::getResponseHeader" url="function.httprequest-getresponseheader.php"/>
<entry name="HttpRequest::getResponseInfo" url="function.httprequest-getresponseinfo.php"/>
<entry name="HttpRequest::getResponseMessage" url="function.httprequest-getresponsemessage.php"/>
-<entry name="HttpRequest::getResponsetqStatus" url="function.httprequest-getresponsestatus.php"/>
+<entry name="HttpRequest::getResponseStatus" url="function.httprequest-getresponsestatus.php"/>
<entry name="HttpRequest::getSslOptions" url="function.httprequest-getssloptions.php"/>
<entry name="HttpRequest::getUrl" url="function.httprequest-geturl.php"/>
<entry name="HttpRequest::resetCookies" url="function.httprequest-resetcookies.php"/>
@@ -5970,7 +5970,7 @@
<entry name="Memcache::flush" url="function.memcache-flush.php"/>
<entry name="Memcache::get" url="function.memcache-get.php"/>
<entry name="Memcache::getExtendedStats" url="function.memcache-getextendedstats.php"/>
-<entry name="Memcache::getServertqStatus" url="function.memcache-getserverstatus.php"/>
+<entry name="Memcache::getServerStatus" url="function.memcache-getserverstatus.php"/>
<entry name="Memcache::getStats" url="function.memcache-getstats.php"/>
<entry name="Memcache::getVersion" url="function.memcache-getversion.php"/>
<entry name="Memcache::increment" url="function.memcache-increment.php"/>
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;
}