diff options
author | stuconnolly <stuart02@gmail.com> | 2010-05-27 20:08:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-05-27 20:08:13 +0000 |
commit | d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48 (patch) | |
tree | 9b86bea52408640f3cb43bb6487b8184b985c177 /Source/SPTextView.h | |
parent | 20e2a56789fee97b67c41e3d16b5752dbe9f495b (diff) | |
download | sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.gz sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.bz2 sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.zip |
Rename TablesList to SPTablesList.
Diffstat (limited to 'Source/SPTextView.h')
-rw-r--r-- | Source/SPTextView.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPTextView.h b/Source/SPTextView.h index f89bbc06..f58304b9 100644 --- a/Source/SPTextView.h +++ b/Source/SPTextView.h @@ -30,12 +30,12 @@ #define SP_TEXT_SIZE_TRIGGER_FOR_PARTLY_PARSING 10000 -@class SPNarrowDownCompletion, TableDocument, TablesList, CustomQuery; +@class SPNarrowDownCompletion, TableDocument, SPTablesList, CustomQuery; @interface SPTextView : NSTextView { IBOutlet TableDocument *tableDocumentInstance; - IBOutlet TablesList *tablesListInstance; + IBOutlet SPTablesList *tablesListInstance; IBOutlet CustomQuery *customQueryInstance; BOOL autoindentEnabled; |