summaryrefslogtreecommitdiffstats
path: root/sigencore/plugins/ArenaPlugin.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-26 07:30:07 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-26 07:30:07 -0400
commit95e1988336bf273f8237e0301d0a8ff33d901a1b (patch)
tree8fd84c4e9fb4d34170acfefbd5638c1b7fa4c3b8 /sigencore/plugins/ArenaPlugin.cpp
parentef69b64492c2fb751d457ca3d4741ee823a01205 (diff)
downloadsigen-95e1988336bf273f8237e0301d0a8ff33d901a1b.tar.gz
sigen-95e1988336bf273f8237e0301d0a8ff33d901a1b.tar.xz
sigen-95e1988336bf273f8237e0301d0a8ff33d901a1b.zip
Switch from the Interfaces to Plugins namespace
Diffstat (limited to 'sigencore/plugins/ArenaPlugin.cpp')
-rw-r--r--sigencore/plugins/ArenaPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigencore/plugins/ArenaPlugin.cpp b/sigencore/plugins/ArenaPlugin.cpp
index 37664614..963bca58 100644
--- a/sigencore/plugins/ArenaPlugin.cpp
+++ b/sigencore/plugins/ArenaPlugin.cpp
@@ -27,7 +27,7 @@
using namespace Sigscript;
using namespace Sigencore;
-using namespace Sigencore::Interfaces;
+using namespace Sigencore::Plugins;
ArenaPlugin::ArenaPlugin(QObject* parent, const QVariantList& args) :
QObject(parent),