summaryrefslogtreecommitdiffstats
path: root/quanta/src
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
commit396e121758a344c50800867343bed230aea11a64 (patch)
tree594d397452138da5ab8cb06ba23f1cb8cfa12fd8 /quanta/src
parenta401060f421c5533f26cb038a59c6f7b24e51266 (diff)
downloadtdewebdev-396e121758a344c50800867343bed230aea11a64.tar.gz
tdewebdev-396e121758a344c50800867343bed230aea11a64.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/src')
-rw-r--r--quanta/src/dtds.cpp2
-rw-r--r--quanta/src/quanta_init.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/dtds.cpp b/quanta/src/dtds.cpp
index abf0a292..90038b2e 100644
--- a/quanta/src/dtds.cpp
+++ b/quanta/src/dtds.cpp
@@ -678,7 +678,7 @@ uint DTDs::readTagFile(const TQString& fileName, DTDStruct* parentDTD, TQTagList
bool result = f.open( IO_ReadOnly );
if (! result)
kdError() << "dtds::readTagFile unable to open:" << fileName
- << " tqStatus: " << f.status() << endl;
+ << " Status: " << f.status() << endl;
}
TQString errorMsg;
int errorLine, errorCol;
diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp
index 15e1abdd..275a269d 100644
--- a/quanta/src/quanta_init.cpp
+++ b/quanta/src/quanta_init.cpp
@@ -1460,7 +1460,7 @@ void QuantaInit::checkRuntimeDependencies()
dependencies.append(dependency);
- dependency.name = "KLinktqStatus";
+ dependency.name = "KLinkStatus";
dependency.execName = "Link Checker";
dependency.url = "http://kde-apps.org/content/show.php?content=12318";
dependency.description = i18n("link validity checking");