diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:31:42 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:31:42 -0500 |
commit | 9c988982374089f3b1d01ce87ffc230372ebc414 (patch) | |
tree | ab8eb75c7639721ae915d7f3c8003c5983ad5494 /quanta | |
parent | 3c24a111d5294897b164000ad6399ba131dd5c3a (diff) | |
download | tdewebdev-9c988982374089f3b1d01ce87ffc230372ebc414.tar.gz tdewebdev-9c988982374089f3b1d01ce87ffc230372ebc414.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'quanta')
-rw-r--r-- | quanta/dialogs/tagdialogs/tagquicklistdlg.h | 4 | ||||
-rw-r--r-- | quanta/parsers/dtd/dtdparser.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/quanta/dialogs/tagdialogs/tagquicklistdlg.h b/quanta/dialogs/tagdialogs/tagquicklistdlg.h index 479cb8d6..946efb67 100644 --- a/quanta/dialogs/tagdialogs/tagquicklistdlg.h +++ b/quanta/dialogs/tagdialogs/tagquicklistdlg.h @@ -15,8 +15,8 @@ * * ***************************************************************************/ -#ifndef TAGTQUICKLISTDLG_H -#define TAGTQUICKLISTDLG_H +#ifndef TAGQUICKLISTDLG_H +#define TAGQUICKLISTDLG_H #include <tqwidget.h> diff --git a/quanta/parsers/dtd/dtdparser.cpp b/quanta/parsers/dtd/dtdparser.cpp index 24d7c529..c8eb2a98 100644 --- a/quanta/parsers/dtd/dtdparser.cpp +++ b/quanta/parsers/dtd/dtdparser.cpp @@ -235,7 +235,7 @@ void saveElement(xmlElementPtr elem, xmlBufferPtr buf) attr->name = TQString((const char*)at_ptr->name); switch (at_ptr->def) { case 1: {attr->status = "optional"; break;} //NONE - case 2: {attr->status = "required"; break;} //RETQUIRED + case 2: {attr->status = "required"; break;} //REQUIRED case 3: {attr->status = "implied"; break;} //IMPLIED case 4: {attr->status = "fixed"; break;} //FIXED } |