diff options
author | stuconnolly <stuart02@gmail.com> | 2010-08-19 11:26:24 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-08-19 11:26:24 +0000 |
commit | 355381b7259d24248b228b3241556c42db3e9bfa (patch) | |
tree | a4a85101448f676a24bc07bee38060bb4c9c8eed /Source/SPTableContent.h | |
parent | 14974deb7b7864ab908eba58bb88bcc446a796da (diff) | |
download | sequelpro-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.h | 4 |
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; |