Some namespace cleanup.

This commit is contained in:
Jim Evins
2016-03-27 00:14:38 -04:00
parent 5b7e031c52
commit 7559544b06
156 changed files with 9732 additions and 10126 deletions
+10 -12
View File
@@ -18,25 +18,23 @@
* along with gLabels-qt. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef glabels_Help_h
#define glabels_Help_h
#ifndef Help_h
#define Help_h
#include <QWidget>
namespace glabels
///
/// Help Actions
///
namespace Help
{
///
/// Help Actions
///
namespace Help
{
void displayContents( QWidget *parent );
void displayAbout( QWidget *parent );
}
void displayContents( QWidget *parent );
void displayAbout( QWidget *parent );
}
#endif // glabels_Help_h
#endif // Help_h