summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/SigmodrTree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/tree/SigmodrTree.cpp')
-rw-r--r--sigmodr/tree/SigmodrTree.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/sigmodr/tree/SigmodrTree.cpp b/sigmodr/tree/SigmodrTree.cpp
index 9437a0e6..a2eb2fdd 100644
--- a/sigmodr/tree/SigmodrTree.cpp
+++ b/sigmodr/tree/SigmodrTree.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -16,18 +16,18 @@
*/
// Header include
-#include "SigmodTree.h"
+#include "SigmodrTree.h"
-// Model includes
-#include "models/BaseModel.h"
+// Sigmodr tree includes
+#include "BaseModel.h"
-// Sigmodr includes
-#include "ObjectUI.h"
-#include "SigmodTreeModel.h"
+// Sigmodr widgetincludes
+#include <sigmodr/widgets/ObjectUI.h>
+#include "SigmodrTreeModel.h"
// Sigmod includes
-#include "../sigmod/Object.h"
-#include "../sigmod/Sigmod.h"
+#include <sigmod/Object.h>
+#include <sigmod/Sigmod.h>
// Qt includes
#include <QtGui/QHeaderView>