aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.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/SPCustomQuery.h
parent14974deb7b7864ab908eba58bb88bcc446a796da (diff)
downloadsequelpro-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.h4
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;