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/TableContent.m | |
parent | 20e2a56789fee97b67c41e3d16b5752dbe9f495b (diff) | |
download | sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.gz sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.bz2 sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.zip |
Rename TablesList to SPTablesList.
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index dee9e430..2aa20c07 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -29,7 +29,7 @@ #import "TableDocument.h" #import "TableSource.h" #import "SPTableInfo.h" -#import "TablesList.h" +#import "SPTablesList.h" #import "SPImageView.h" #import "CMCopyTable.h" #import "SPDataCellFormatter.h" |