diff options
author | stuconnolly <stuart02@gmail.com> | 2008-11-28 23:52:42 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2008-11-28 23:52:42 +0000 |
commit | ddbed0ade57c4efecbb7cd9a09047a1ce80ae497 (patch) | |
tree | 68cc14f92f250de42cf175d56da9207a5610b396 /MainController.h | |
parent | d45adb6d2a0c305cc431d75cd20844dbe721f388 (diff) | |
download | sequelpro-ddbed0ade57c4efecbb7cd9a09047a1ce80ae497.tar.gz sequelpro-ddbed0ade57c4efecbb7cd9a09047a1ce80ae497.tar.bz2 sequelpro-ddbed0ade57c4efecbb7cd9a09047a1ce80ae497.zip |
New Growl notification controller.
Diffstat (limited to 'MainController.h')
-rw-r--r-- | MainController.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/MainController.h b/MainController.h index 504d6340..1c18ba98 100644 --- a/MainController.h +++ b/MainController.h @@ -23,11 +23,9 @@ // Or mail to <lorenz@textor.ch> #import <Cocoa/Cocoa.h> -#import <Growl/Growl.h> - - -@interface MainController : NSObject <GrowlApplicationBridgeDelegate> { +@interface MainController : NSObject +{ IBOutlet id keyChainInstance; IBOutlet id preferencesWindow; |