summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginLoader.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 /sigtools/PluginLoader.cpp
parentef69b64492c2fb751d457ca3d4741ee823a01205 (diff)
downloadsigen-95e1988336bf273f8237e0301d0a8ff33d901a1b.tar.gz
sigen-95e1988336bf273f8237e0301d0a8ff33d901a1b.tar.xz
sigen-95e1988336bf273f8237e0301d0a8ff33d901a1b.zip
Switch from the Interfaces to Plugins namespace
Diffstat (limited to 'sigtools/PluginLoader.cpp')
-rw-r--r--sigtools/PluginLoader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigtools/PluginLoader.cpp b/sigtools/PluginLoader.cpp
index d655d14f..d6f039e9 100644
--- a/sigtools/PluginLoader.cpp
+++ b/sigtools/PluginLoader.cpp
@@ -19,7 +19,7 @@
#include "PluginLoader.h"
#include "PluginLoader_p.h"
-// Sigencore interface includes
+// Sigencore plugin includes
#include <sigencore/plugins/ArenaPlugin.h>
#include <sigencore/plugins/CanvasPlugin.h>
@@ -29,7 +29,7 @@
using namespace Sigscript;
using namespace Sigencore;
-using namespace Sigencore::Interfaces;
+using namespace Sigencore::Plugins;
using namespace Sigtools;
K_GLOBAL_STATIC(PluginLoader::Private, loader)