aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-08-19 11:26:24 +0000
committerstuconnolly <stuart02@gmail.com>2010-08-19 11:26:24 +0000
commit355381b7259d24248b228b3241556c42db3e9bfa (patch)
treea4a85101448f676a24bc07bee38060bb4c9c8eed /Source/SPTableContent.h
parent14974deb7b7864ab908eba58bb88bcc446a796da (diff)
downloadsequelpro-355381b7259d24248b228b3241556c42db3e9bfa.tar.gz
sequelpro-355381b7259d24248b228b3241556c42db3e9bfa.tar.bz2
sequelpro-355381b7259d24248b228b3241556c42db3e9bfa.zip
Rename CMCopyTable to SPCopyTable.
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 15059b6d..52828965 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -28,7 +28,7 @@
#import <Cocoa/Cocoa.h>
#import <MCPKit/MCPKit.h>
-@class CMCopyTable, SPTextAndLinkCell, SPHistoryController, SPTableInfo, SPDataStorage;
+@class SPCopyTable, SPTextAndLinkCell, SPHistoryController, SPTableInfo, SPDataStorage;
@interface SPTableContent : NSObject
{
@@ -40,7 +40,7 @@
IBOutlet SPTableInfo *tableInfoInstance;
IBOutlet SPHistoryController *spHistoryControllerInstance;
- IBOutlet CMCopyTable *tableContentView;
+ IBOutlet SPCopyTable *tableContentView;
IBOutlet NSPopUpButton *fieldField;
IBOutlet id compareField;
IBOutlet id argumentField;