aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.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/TableDocument.m
parent9eb3012a29eb9adb658159c984716971f0141446 (diff)
downloadsequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.tar.gz
sequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.tar.bz2
sequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.zip
Rename TableContent to SPTableContent.
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r--Source/TableDocument.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index b327dd7d..c418e95b 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -28,7 +28,7 @@
#import "TableDocument.h"
#import "SPTablesList.h"
#import "SPTableStructure.h"
-#import "TableContent.h"
+#import "SPTableContent.h"
#import "CustomQuery.h"
#import "TableDump.h"
#import "ImageAndTextCell.h"