1.1 --- a/TMProjectDragController.h Mon Sep 28 21:51:03 2009 -0400
1.2 +++ b/TMProjectDragController.h Mon Sep 28 21:52:15 2009 -0400
1.3 @@ -10,7 +10,7 @@
1.4 You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
1.5 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
1.6
1.7 -@interface DragController : NSObject{
1.8 +@interface TMProjectDragController : NSObject{
1.9 IBOutlet NSTreeController *groupTreeControl;
1.10 IBOutlet NSOutlineView *treeTable;
1.11
2.1 --- a/TMProjectDragController.m Mon Sep 28 21:51:03 2009 -0400
2.2 +++ b/TMProjectDragController.m Mon Sep 28 21:52:15 2009 -0400
2.3 @@ -10,12 +10,12 @@
2.4 You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
2.5 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*/
2.6
2.7 -#import "DragController.h"
2.8 +#import "TMProjectDragController.h"
2.9 #import "NSTreeController_Extensions.h"
2.10 #import "CWCommonUtils.h"
2.11
2.12
2.13 -@implementation DragController
2.14 +@implementation TMProjectDragController
2.15 - (void)awakeFromNib {
2.16 dragType = [NSArray arrayWithObjects:@"factorialDragType", nil];
2.17 [dragType retain];