summaryrefslogtreecommitdiffstats
path: root/sigencore/plugins/CanvasPlugin.h
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.h
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.h')
-rw-r--r--sigencore/plugins/CanvasPlugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigencore/plugins/CanvasPlugin.h b/sigencore/plugins/CanvasPlugin.h
index 2ca4c18c..009c743d 100644
--- a/sigencore/plugins/CanvasPlugin.h
+++ b/sigencore/plugins/CanvasPlugin.h
@@ -15,8 +15,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SIGENCOREINTERFACES_CANVASPLUGIN
-#define SIGENCOREINTERFACES_CANVASPLUGIN
+#ifndef SIGENCOREPLUGINS_CANVASPLUGIN
+#define SIGENCOREPLUGINS_CANVASPLUGIN
// Plugin includes
#include "Global.h"
@@ -40,7 +40,7 @@ namespace Sigencore
{
class Canvas;
-namespace Interfaces
+namespace Plugins
{
class SIGENCOREPLUGINS_EXPORT CanvasPlugin : public QObject
{