aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableSource.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableSource.m')
-rw-r--r--Source/TableSource.m4
1 files changed, 2 insertions, 2 deletions
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