aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDump.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-07-06 21:36:02 +0000
committerstuconnolly <stuart02@gmail.com>2010-07-06 21:36:02 +0000
commit25b1bbc7620b2fc5176be315ac6c4fc95edde359 (patch)
tree1f23098e3f03da23863b3703cb773170cc2dddd2 /Source/TableDump.m
parentd3d7ed84f9c56d83d4a92f6f1c40d1280502adad (diff)
downloadsequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.tar.gz
sequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.tar.bz2
sequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.zip
Rename CustomQuery as SPCustomQuery.
Diffstat (limited to 'Source/TableDump.m')
-rw-r--r--Source/TableDump.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDump.m b/Source/TableDump.m
index 22e59597..feb82a43 100644
--- a/Source/TableDump.m
+++ b/Source/TableDump.m
@@ -28,7 +28,7 @@
#import "SPTablesList.h"
#import "SPTableStructure.h"
#import "SPTableContent.h"
-#import "CustomQuery.h"
+#import "SPCustomQuery.h"
#import "SPGrowlController.h"
#import "SPSQLParser.h"
#import "SPCSVParser.h"