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/SPPreferenceController.h | |
parent | d7e813476d49f3b9296b94c3c57a495b7f237885 (diff) | |
download | sequelpro-1e2d1c7724e7077053862048dac4830a95dd82cd.tar.gz sequelpro-1e2d1c7724e7077053862048dac4830a95dd82cd.tar.bz2 sequelpro-1e2d1c7724e7077053862048dac4830a95dd82cd.zip |
Rename Keychain class.
Diffstat (limited to 'Source/SPPreferenceController.h')
-rw-r--r-- | Source/SPPreferenceController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPPreferenceController.h b/Source/SPPreferenceController.h index 515221e9..4e4eed5a 100644 --- a/Source/SPPreferenceController.h +++ b/Source/SPPreferenceController.h @@ -25,7 +25,7 @@ #import <Cocoa/Cocoa.h> -@class KeyChain; +@class SPKeychain; @interface SPPreferenceController : NSWindowController { @@ -56,7 +56,7 @@ IBOutlet NSTextField *favoriteUserTextFieldSSH; IBOutlet NSTextField *favoriteHostTextFieldSSH; - KeyChain *keychain; + SPKeychain *keychain; NSDictionary *currentFavorite; IBOutlet NSTextField *editorFontName; |