aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableCopy.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-05-04 14:42:34 +0000
committerstuconnolly <stuart02@gmail.com>2012-05-04 14:42:34 +0000
commite188d1d53a1b1f8cf96d8ce82221f2013e63c23b (patch)
treea4e8ee412095d540cbf982822098daaba79529a7 /Source/SPTableCopy.h
parent5544489096885e4e4be1ab6e54160caaa44c03dc (diff)
downloadsequelpro-e188d1d53a1b1f8cf96d8ce82221f2013e63c23b.tar.gz
sequelpro-e188d1d53a1b1f8cf96d8ce82221f2013e63c23b.tar.bz2
sequelpro-e188d1d53a1b1f8cf96d8ce82221f2013e63c23b.zip
Rename database action class.
Diffstat (limited to 'Source/SPTableCopy.h')
-rw-r--r--Source/SPTableCopy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPTableCopy.h b/Source/SPTableCopy.h
index e32560aa..df6aaaa7 100644
--- a/Source/SPTableCopy.h
+++ b/Source/SPTableCopy.h
@@ -22,12 +22,12 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#import "SPDBActionCommons.h"
+#import "SPDatabaseAction.h"
/**
* The SPTableCopy class povides functionality to copy tables between databases.
*/
-@interface SPTableCopy : SPDBActionCommons
+@interface SPTableCopy : SPDatabaseAction
/**
* This method copies a table structure from one db to another.