aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-05-28 16:21:37 +0000
committerstuconnolly <stuart02@gmail.com>2010-05-28 16:21:37 +0000
commit11c54136a6c919e933ec3c26a3eca512da9fae7b (patch)
treef3fddedab5463b4bc3a21bc6103a4f2d6aecaa7b /Source/SPWindowController.h
parenta3cdae0d22d41758152fd864f49bb894c1bd464e (diff)
downloadsequelpro-11c54136a6c919e933ec3c26a3eca512da9fae7b.tar.gz
sequelpro-11c54136a6c919e933ec3c26a3eca512da9fae7b.tar.bz2
sequelpro-11c54136a6c919e933ec3c26a3eca512da9fae7b.zip
Rename TableDocument to SPDatabaseDocument.
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r--Source/SPWindowController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h
index 00754848..d46deb19 100644
--- a/Source/SPWindowController.h
+++ b/Source/SPWindowController.h
@@ -23,7 +23,7 @@
// More info at <http://code.google.com/p/sequel-pro/>
#import <Cocoa/Cocoa.h>
-@class PSMTabBarControl, TableDocument;
+@class PSMTabBarControl, SPDatabaseDocument;
@interface SPWindowController : NSWindowController <NSUserInterfaceValidations>
{
@@ -38,7 +38,7 @@
// Database connection management
- (IBAction) addNewConnection:(id)sender;
-- (TableDocument *) selectedTableDocument;
+- (SPDatabaseDocument *) selectedTableDocument;
- (void) updateAllTabTitles:(id)sender;
- (IBAction)closeTab:(id)sender;
- (NSArray *)documents;