aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-07-29 23:33:59 +0000
committerrowanbeentje <rowan@beent.je>2012-07-29 23:33:59 +0000
commit39acc61f00b719f69179e6add1513bb8886bd0e9 (patch)
treeeb382a35275228948b95bb08b81d49f3175da6d7 /Source/SPBundleEditorController.h
parentc06c5fe8261183d5f154edb1866608e8013ebbaa (diff)
downloadsequelpro-39acc61f00b719f69179e6add1513bb8886bd0e9.tar.gz
sequelpro-39acc61f00b719f69179e6add1513bb8886bd0e9.tar.bz2
sequelpro-39acc61f00b719f69179e6add1513bb8886bd0e9.zip
- Remove all BWToolKit views from the Bundle Editor window, replacing with normal equivalents and a SPSplitView
- Remove the ShortcutRecorder instance defined in Interface Builder from the Bundle Editor window, replacing with an instance set up from code. This removes the only dependency on the Shortcut Recorder .ibplugin, making it no longer necessary for building the project.
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index 73dcbbc5..acdd60db 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -33,7 +33,7 @@
#import <ShortcutRecorder/ShortcutRecorder.h>
@class SRRecorderControl;
-@class BWSplitView;
+@class SPSplitView;
@class SPOutlineView;
@class SPBundleCommandTextView;
@@ -68,7 +68,7 @@
IBOutlet SRRecorderControl *keyEquivalentField;
IBOutlet NSButton *disabledCheckbox;
IBOutlet NSScrollView *commandScrollView;
- IBOutlet BWSplitView *splitView;
+ IBOutlet SPSplitView *splitView;
IBOutlet NSWindow *undeleteSheet;
IBOutlet NSWindow *metaInfoSheet;