aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r--Source/SPConnectionController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index f9af5894..d9e83410 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -27,7 +27,7 @@
#import <MCPKit/MCPKit.h>
#import "TableDocument.h"
-#import "KeyChain.h"
+#import "SPKeychain.h"
#import "SPSSHTunnel.h"
enum spconnection_types
@@ -48,7 +48,7 @@ enum spconnection_types
TableDocument *tableDocument;
NSWindow *documentWindow;
NSSplitView *contentView;
- KeyChain *keychain;
+ SPKeychain *keychain;
NSUserDefaults *prefs;
NSMutableArray *favorites;
SPSSHTunnel *sshTunnel;