summaryrefslogtreecommitdiffstats
path: root/sigencore/plugins/CanvasPlugin.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/CanvasPlugin.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/CanvasPlugin.cpp')
-rw-r--r--sigencore/plugins/CanvasPlugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigencore/plugins/CanvasPlugin.cpp b/sigencore/plugins/CanvasPlugin.cpp
index ec097d3a..00758319 100644
--- a/sigencore/plugins/CanvasPlugin.cpp
+++ b/sigencore/plugins/CanvasPlugin.cpp
@@ -27,7 +27,7 @@
using namespace Sigscript;
using namespace Sigencore;
-using namespace Sigencore::Interfaces;
+using namespace Sigencore::Plugins;
CanvasPlugin::CanvasPlugin(QObject* parent, const QVariantList& args) :
QObject(parent),