aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r--Source/SPAppController.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h
index b01a069f..68ba179a 100644
--- a/Source/SPAppController.h
+++ b/Source/SPAppController.h
@@ -25,18 +25,20 @@
#import <Cocoa/Cocoa.h>
-@class SPPreferenceController;
+@class SPPreferenceController, SPAboutController;
@interface SPAppController : NSObject
{
BOOL isNewFavorite;
+ SPAboutController *aboutController;
SPPreferenceController *prefsController;
id encodingPopUp;
}
// IBAction methods
+- (IBAction)openAboutPanel:(id)sender;
- (IBAction)openPreferences:(id)sender;
- (IBAction)openConnectionSheet:(id)sender;