aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-05-27 17:35:20 +0000
committerstuconnolly <stuart02@gmail.com>2010-05-27 17:35:20 +0000
commitc06ad0189beb544710b6d47b2978a5614d036cdc (patch)
tree421a234a435e7fb8ca4bb6983e285e333457698d /Source/CustomQuery.h
parent60ff002c794bc409c6c4db208cfbe1fe1c9fbe9f (diff)
downloadsequelpro-c06ad0189beb544710b6d47b2978a5614d036cdc.tar.gz
sequelpro-c06ad0189beb544710b6d47b2978a5614d036cdc.tar.bz2
sequelpro-c06ad0189beb544710b6d47b2978a5614d036cdc.zip
Rename CMTextView to SPTextView.
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index 829083fe..f4299db0 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -28,7 +28,7 @@
#import <WebKit/WebKit.h>
#import "CMCopyTable.h"
-#import "CMTextView.h"
+#import "SPTextView.h"
#import "RegexKitLite.h"
#define SP_HELP_TOC_SEARCH_STRING @"contents"
@@ -75,7 +75,7 @@
IBOutlet NSMenuItem *copyHistoryMenuItem;
IBOutlet NSPopUpButton *encodingPopUp;
- IBOutlet CMTextView *textView;
+ IBOutlet SPTextView *textView;
IBOutlet CMCopyTable *customQueryView;
IBOutlet NSScrollView *customQueryScrollView;
IBOutlet id errorText;