diff options
author | stuconnolly <stuart02@gmail.com> | 2010-05-28 16:07:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-05-28 16:07:13 +0000 |
commit | a3cdae0d22d41758152fd864f49bb894c1bd464e (patch) | |
tree | 0ca7c4b8d1883339bf5e0685cd8332e245ab6afc /Source/SPHistoryController.h | |
parent | 9eb3012a29eb9adb658159c984716971f0141446 (diff) | |
download | sequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.tar.gz sequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.tar.bz2 sequelpro-a3cdae0d22d41758152fd864f49bb894c1bd464e.zip |
Rename TableContent to SPTableContent.
Diffstat (limited to 'Source/SPHistoryController.h')
-rw-r--r-- | Source/SPHistoryController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPHistoryController.h b/Source/SPHistoryController.h index fc36f1bf..5dcd6962 100644 --- a/Source/SPHistoryController.h +++ b/Source/SPHistoryController.h @@ -24,14 +24,14 @@ #import <Cocoa/Cocoa.h> -@class TableDocument, TableContent, SPTablesList; +@class TableDocument, SPTableContent, SPTablesList; @interface SPHistoryController : NSObject { IBOutlet TableDocument *theDocument; IBOutlet NSSegmentedControl *historyControl; - TableContent *tableContentInstance; + SPTableContent *tableContentInstance; SPTablesList *tablesListInstance; NSMutableArray *history; NSMutableDictionary *tableContentStates; |