summaryrefslogtreecommitdiffstats
path: root/sigencore/plugins/ArenaPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigencore/plugins/ArenaPlugin.h')
-rw-r--r--sigencore/plugins/ArenaPlugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigencore/plugins/ArenaPlugin.h b/sigencore/plugins/ArenaPlugin.h
index 4b132907..50b3a98b 100644
--- a/sigencore/plugins/ArenaPlugin.h
+++ b/sigencore/plugins/ArenaPlugin.h
@@ -15,8 +15,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SIGENCOREINTERFACES_ARENAPLUGIN
-#define SIGENCOREINTERFACES_ARENAPLUGIN
+#ifndef SIGENCOREPLUGINS_ARENAPLUGIN
+#define SIGENCOREPLUGINS_ARENAPLUGIN
// Plugin includes
#include "Global.h"
@@ -40,7 +40,7 @@ namespace Sigencore
{
class Arena;
-namespace Interfaces
+namespace Plugins
{
class SIGENCOREPLUGINS_EXPORT ArenaPlugin : public QObject
{