From d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 27 May 2010 20:08:13 +0000 Subject: Rename TablesList to SPTablesList. --- Source/TableSource.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/TableSource.m') diff --git a/Source/TableSource.m b/Source/TableSource.m index 1ae93a00..bc61b86d 100644 --- a/Source/TableSource.m +++ b/Source/TableSource.m @@ -26,7 +26,7 @@ #import "TableSource.h" #import "TableDocument.h" #import "SPTableInfo.h" -#import "TablesList.h" +#import "SPTablesList.h" #import "SPTableData.h" #import "SPSQLParser.h" #import "SPStringAdditions.h" @@ -664,7 +664,7 @@ closes the keySheet NSString *selTable = nil; - // if selectedTable is nil try to get the name from tablesList + // if selectedTable is nil try to get the name from SPTablesList if(selectedTable == nil || ![selectedTable length]) selTable = [tablesListInstance tableName]; else -- cgit v1.2.3