From 1e2d1c7724e7077053862048dac4830a95dd82cd Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 7 Aug 2009 22:27:09 +0000 Subject: Rename Keychain class. --- Source/TableDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableDocument.m') diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 4670740c..1063070b 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -2401,7 +2401,7 @@ */ - (NSString *)keychainPasswordForConnection:(MCPConnection *)connection { - KeyChain *keychain = [[KeyChain alloc] init]; + SPKeychain *keychain = [[SPKeychain alloc] init]; NSString *password = [keychain getPasswordForName:[connectionController connectionKeychainItemName] account:[connectionController connectionKeychainItemAccount]]; -- cgit v1.2.3