summaryrefslogtreecommitdiffstats
path: root/quanta/src
diff options
context:
space:
mode:
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");