Some namespace cleanup.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* Category.h
|
||||
*
|
||||
* Copyright (C) 2013 Jim Evins <evins@snaught.com>
|
||||
* Copyright (C) 2013-2016 Jim Evins <evins@snaught.com>
|
||||
*
|
||||
* This file is part of gLabels-qt.
|
||||
*
|
||||
@@ -18,14 +18,14 @@
|
||||
* along with gLabels-qt. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef libglabels_Category_h
|
||||
#define libglabels_Category_h
|
||||
#ifndef glabels_Category_h
|
||||
#define glabels_Category_h
|
||||
|
||||
|
||||
#include <QString>
|
||||
|
||||
|
||||
namespace libglabels
|
||||
namespace glabels
|
||||
{
|
||||
|
||||
class Category
|
||||
@@ -50,4 +50,4 @@ namespace libglabels
|
||||
#include "Category.inl"
|
||||
|
||||
|
||||
#endif // libglabels_Category_h
|
||||
#endif // glabels_Category_h
|
||||
|
||||
Reference in New Issue
Block a user