diff options
Diffstat (limited to 'quanta/src/dtds.cpp')
-rw-r--r-- | quanta/src/dtds.cpp | 2 |
1 files changed, 1 insertions, 1 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; |