diff options
author | stuconnolly <stuart02@gmail.com> | 2010-05-27 20:13:17 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-05-27 20:13:17 +0000 |
commit | 31ea7d44be9602679c57e0209689c261409aa384 (patch) | |
tree | 447b6f849450b6f3caac67b626b96aa9d223b115 /Source/SPPrintController.m | |
parent | d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48 (diff) | |
download | sequelpro-31ea7d44be9602679c57e0209689c261409aa384.tar.gz sequelpro-31ea7d44be9602679c57e0209689c261409aa384.tar.bz2 sequelpro-31ea7d44be9602679c57e0209689c261409aa384.zip |
Rename TableSource to SPTableStructure.
Diffstat (limited to 'Source/SPPrintController.m')
-rw-r--r-- | Source/SPPrintController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPPrintController.m b/Source/SPPrintController.m index b8f323c4..020e3ca0 100644 --- a/Source/SPPrintController.m +++ b/Source/SPPrintController.m @@ -25,7 +25,7 @@ #import "SPPrintController.h" #import "TableContent.h" -#import "TableSource.h" +#import "SPTableStructure.h" #import "CustomQuery.h" #import "SPConstants.h" #import "SPTableRelations.h" |