aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPImageView.h (renamed from Source/CMImageView.h)6
-rw-r--r--Source/SPImageView.m (renamed from Source/CMImageView.m)6
-rw-r--r--Source/SPTextView.h2
-rw-r--r--Source/TableContent.m2
4 files changed, 8 insertions, 8 deletions
diff --git a/Source/CMImageView.h b/Source/SPImageView.h
index 84ffe041..3576cf37 100644
--- a/Source/CMImageView.h
+++ b/Source/SPImageView.h
@@ -1,7 +1,7 @@
//
// $Id$
//
-// CMImageView.h
+// SPImageView.h
// sequel-pro
//
// Created by lorenz textor (lorenz@textor.ch) on Sat Sep 06 2003.
@@ -25,14 +25,14 @@
#import <Cocoa/Cocoa.h>
-@interface NSObject (CMImageViewDelegate)
+@interface NSObject (SPImageViewDelegate)
- (void)processUpdatedImageData:(NSData *)data;
- (void)processPasteImageData;
@end
-@interface CMImageView : NSImageView
+@interface SPImageView : NSImageView
{
IBOutlet id delegate;
}
diff --git a/Source/CMImageView.m b/Source/SPImageView.m
index 32d60d13..08f39980 100644
--- a/Source/CMImageView.m
+++ b/Source/SPImageView.m
@@ -1,7 +1,7 @@
//
// $Id$
//
-// CMImageView.m
+// SPImageView.m
// sequel-pro
//
// Created by lorenz textor (lorenz@textor.ch) on Sat Sep 06 2003.
@@ -23,9 +23,9 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#import "CMImageView.h"
+#import "SPImageView.h"
-@implementation CMImageView
+@implementation SPImageView
/*
* On a drag and drop, read in dragged files and convert dragged images before passing
diff --git a/Source/SPTextView.h b/Source/SPTextView.h
index 2964845a..f89bbc06 100644
--- a/Source/SPTextView.h
+++ b/Source/SPTextView.h
@@ -1,5 +1,5 @@
//
-// $Id: CMTextView.h 2240 2010-05-23 21:44:59Z rowanb $
+// $Id$
//
// SPTextView.h
// sequel-pro
diff --git a/Source/TableContent.m b/Source/TableContent.m
index 723d107a..dee9e430 100644
--- a/Source/TableContent.m
+++ b/Source/TableContent.m
@@ -30,7 +30,7 @@
#import "TableSource.h"
#import "SPTableInfo.h"
#import "TablesList.h"
-#import "CMImageView.h"
+#import "SPImageView.h"
#import "CMCopyTable.h"
#import "SPDataCellFormatter.h"
#import "SPTableData.h"