Reconciled names, namespaces and nameing conventions.

This commit is contained in:
Jim Evins
2013-11-23 17:39:08 -05:00
parent eff40a7600
commit ac96cb8112
33 changed files with 195 additions and 153 deletions
+8 -8
View File
@@ -2,29 +2,29 @@
*
* Copyright (C) 2013 Jim Evins <evins@snaught.com>
*
* This file is part of qtLabels.
* This file is part of gLabels-qt.
*
* qtLabels is free software: you can redistribute it and/or modify
* gLabels-qt is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* qtLabels is distributed in the hope that it will be useful,
* gLabels-qt is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with qtLabels. If not, see <http://www.gnu.org/licenses/>.
* along with gLabels-qt. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef qtlabels_TextNode_h
#define qtlabels_TextNode_h
#ifndef glabels_TextNode_h
#define glabels_TextNode_h
#include <QString>
namespace qtLabels
namespace glabels
{
class TextNode
@@ -79,4 +79,4 @@ namespace qtLabels
}
#endif // qtlabels_TextNode_h
#endif // glabels_TextNode_h