diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-31 04:15:04 +0000 |
commit | 09ccf5da4871c7d9b0d61e095b7e234f4e050105 (patch) | |
tree | 6262f72051c52c97db11af8e9bc109197c7e7977 /src/electronics | |
parent | 77ad89e54e505ec26fea712844f1da5a52de5d68 (diff) | |
download | ktechlab-09ccf5da4871c7d9b0d61e095b7e234f4e050105.tar.gz ktechlab-09ccf5da4871c7d9b0d61e095b7e234f4e050105.zip |
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktechlab@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/electronics')
-rw-r--r-- | src/electronics/components/parallelportcomponent.cpp | 2 | ||||
-rw-r--r-- | src/electronics/simulation/element.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/electronics/components/parallelportcomponent.cpp b/src/electronics/components/parallelportcomponent.cpp index 577253f..7a2ac55 100644 --- a/src/electronics/components/parallelportcomponent.cpp +++ b/src/electronics/components/parallelportcomponent.cpp @@ -51,7 +51,7 @@ ParallelPortComponent::ParallelPortComponent( ICNDocument *icnDocument, bool new "<ul>" "<li><b>D<i>[0..7]</i></b></li>" "</ul><br>" - "<b>tqStatus Pins</b><br><br>" + "<b>Status Pins</b><br><br>" "The status pins are read-only. They area:" "<ul>" "<li><b>ERR</b> - Error</li>" diff --git a/src/electronics/simulation/element.cpp b/src/electronics/simulation/element.cpp index 46f0442..dbcd02d 100644 --- a/src/electronics/simulation/element.cpp +++ b/src/electronics/simulation/element.cpp @@ -160,7 +160,7 @@ bool Element::updatetqStatus() resetCurrents(); } // And return the status :-) -// kdDebug() << "Element::updatetqStatus(): Setting b_status to "<<(b_status?"true":"false")<<" this="<<this<<endl; +// kdDebug() << "Element::updateStatus(): Setting b_status to "<<(b_status?"true":"false")<<" this="<<this<<endl; return b_status; } |