diff options
author | stuconnolly <stuart02@gmail.com> | 2010-07-06 21:36:02 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-07-06 21:36:02 +0000 |
commit | 25b1bbc7620b2fc5176be315ac6c4fc95edde359 (patch) | |
tree | 1f23098e3f03da23863b3703cb773170cc2dddd2 /Source/SPPrintController.m | |
parent | d3d7ed84f9c56d83d4a92f6f1c40d1280502adad (diff) | |
download | sequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.tar.gz sequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.tar.bz2 sequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.zip |
Rename CustomQuery as SPCustomQuery.
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 2bfe8715..294799b7 100644 --- a/Source/SPPrintController.m +++ b/Source/SPPrintController.m @@ -26,7 +26,7 @@ #import "SPPrintController.h" #import "SPTableContent.h" #import "SPTableStructure.h" -#import "CustomQuery.h" +#import "SPCustomQuery.h" #import "SPConstants.h" #import "SPTableRelations.h" #import "SPPrintAccessory.h" |