aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPHistoryController.h')
-rw-r--r--Source/SPHistoryController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPHistoryController.h b/Source/SPHistoryController.h
index 5dcd6962..825b8fc0 100644
--- a/Source/SPHistoryController.h
+++ b/Source/SPHistoryController.h
@@ -24,11 +24,11 @@
#import <Cocoa/Cocoa.h>
-@class TableDocument, SPTableContent, SPTablesList;
+@class SPDatabaseDocument, SPTableContent, SPTablesList;
@interface SPHistoryController : NSObject
{
- IBOutlet TableDocument *theDocument;
+ IBOutlet SPDatabaseDocument *theDocument;
IBOutlet NSSegmentedControl *historyControl;
SPTableContent *tableContentInstance;