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, 2 insertions, 2 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h
index e1ed4291..23796e34 100644
--- a/Source/SPAppController.h
+++ b/Source/SPAppController.h
@@ -26,7 +26,7 @@
#import <Cocoa/Cocoa.h>
#import <FeedbackReporter/FRFeedbackReporter.h>
-@class SPPreferenceController, SPAboutController, TableDocument;
+@class SPPreferenceController, SPAboutController, SPDatabaseDocument;
@interface SPAppController : NSObject <FRFeedbackReporterDelegate>
{
@@ -62,7 +62,7 @@
// Getters
- (SPPreferenceController *)preferenceController;
- (NSArray *) orderedDatabaseConnectionWindows;
-- (TableDocument *) frontDocument;
+- (SPDatabaseDocument *) frontDocument;
// Feedback controller delegate methods
- (NSMutableDictionary*) anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences;