aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPrintController.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-05-28 16:07:13 +0000
committerstuconnolly <stuart02@gmail.com>2010-05-28 16:07:13 +0000
commita3cdae0d22d41758152fd864f49bb894c1bd464e (patch)
tree0ca7c4b8d1883339bf5e0685cd8332e245ab6afc /Source/SPPrintController.m
parent9eb3012a29eb9adb658159c984716971f0141446 (diff)
downloadsequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.tar.gz
sequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.tar.bz2
sequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.zip
Rename TableContent to SPTableContent.
Diffstat (limited to 'Source/SPPrintController.m')
-rw-r--r--Source/SPPrintController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPPrintController.m b/Source/SPPrintController.m
index 020e3ca0..f01d0ac6 100644
--- a/Source/SPPrintController.m
+++ b/Source/SPPrintController.m
@@ -24,7 +24,7 @@
// More info at <http://code.google.com/p/sequel-pro/>
#import "SPPrintController.h"
-#import "TableContent.h"
+#import "SPTableContent.h"
#import "SPTableStructure.h"
#import "CustomQuery.h"
#import "SPConstants.h"