diff options
Diffstat (limited to 'Source/SPExtendedTableInfo.h')
-rw-r--r-- | Source/SPExtendedTableInfo.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/SPExtendedTableInfo.h b/Source/SPExtendedTableInfo.h index 8cdea5e4..ac0f6096 100644 --- a/Source/SPExtendedTableInfo.h +++ b/Source/SPExtendedTableInfo.h @@ -24,8 +24,9 @@ // More info at <http://code.google.com/p/sequel-pro/> #import <Cocoa/Cocoa.h> +#import <MCPKit/MCPKit.h> -@class SPTableData, SPDatabaseData, CMMCPConnection; +@class SPTableData, SPDatabaseData; @interface SPExtendedTableInfo : NSObject { @@ -52,10 +53,10 @@ NSString *selectedTable; - CMMCPConnection *connection; + MCPConnection *connection; } -@property (readwrite, assign) CMMCPConnection *connection; +@property (readwrite, assign) MCPConnection *connection; // IBAction methods - (IBAction)reloadTable:(id)sender; |