From 25b9a0f723f946fedcefbddedca3d56b9a970123 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 01:31:42 -0500 Subject: Fix inadvertent "TQ" changes. (cherry picked from commit 9c988982374089f3b1d01ce87ffc230372ebc414) --- quanta/dialogs/tagdialogs/tagquicklistdlg.h | 4 ++-- quanta/parsers/dtd/dtdparser.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'quanta') diff --git a/quanta/dialogs/tagdialogs/tagquicklistdlg.h b/quanta/dialogs/tagdialogs/tagquicklistdlg.h index 9831a2d2..efd11a0c 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 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 } -- cgit v1.2.1