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,30 +2,30 @@
*
* 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_ColorNode_h
#define qtlabels_ColorNode_h
#ifndef glabels_ColorNode_h
#define glabels_ColorNode_h
#include <QString>
#include <QColor>
namespace qtLabels
namespace glabels
{
class ColorNode
@@ -138,4 +138,4 @@ namespace qtLabels
}
#endif // qtlabels_ColorNode_h
#endif // glabels_ColorNode_h