diff options
author | stuconnolly <stuart02@gmail.com> | 2009-08-07 22:27:09 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-08-07 22:27:09 +0000 |
commit | 1e2d1c7724e7077053862048dac4830a95dd82cd (patch) | |
tree | ece7b1bd6068f6ab36e993ed23eacf956cd81767 /Source/SPConnectionController.h | |
parent | d7e813476d49f3b9296b94c3c57a495b7f237885 (diff) | |
download | sequelpro-1e2d1c7724e7077053862048dac4830a95dd82cd.tar.gz sequelpro-1e2d1c7724e7077053862048dac4830a95dd82cd.tar.bz2 sequelpro-1e2d1c7724e7077053862048dac4830a95dd82cd.zip |
Rename Keychain class.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 4 |
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; |