Reconciled names, namespaces and nameing conventions.
This commit is contained in:
+8
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user