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/SPCustomQuery.h | |
parent | 14974deb7b7864ab908eba58bb88bcc446a796da (diff) | |
download | sequelpro-355381b7259d24248b228b3241556c42db3e9bfa.tar.gz sequelpro-355381b7259d24248b228b3241556c42db3e9bfa.tar.bz2 sequelpro-355381b7259d24248b228b3241556c42db3e9bfa.zip |
Rename CMCopyTable to SPCopyTable.
Diffstat (limited to 'Source/SPCustomQuery.h')
-rw-r--r-- | Source/SPCustomQuery.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h index 149417b9..c1521390 100644 --- a/Source/SPCustomQuery.h +++ b/Source/SPCustomQuery.h @@ -27,7 +27,7 @@ #import <MCPKit/MCPKit.h> #import <WebKit/WebKit.h> -#import "CMCopyTable.h" +#import "SPCopyTable.h" #import "SPTextView.h" #import "RegexKitLite.h" @@ -76,7 +76,7 @@ IBOutlet NSPopUpButton *encodingPopUp; IBOutlet SPTextView *textView; - IBOutlet CMCopyTable *customQueryView; + IBOutlet SPCopyTable *customQueryView; IBOutlet NSScrollView *customQueryScrollView; IBOutlet id errorText; IBOutlet id affectedRowsText; |