aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNavigatorController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-08-02 00:08:50 +0000
committerrowanbeentje <rowan@beent.je>2012-08-02 00:08:50 +0000
commit7f5790bcd50b3c5bbd9643ff66b7c8993520b5c4 (patch)
treea351cb1c983d3db7bb53d339f91e61d5a8f19b79 /Source/SPNavigatorController.h
parent2f8cd7600be2e85fe27bda04862aceff86b38e30 (diff)
downloadsequelpro-7f5790bcd50b3c5bbd9643ff66b7c8993520b5c4.tar.gz
sequelpro-7f5790bcd50b3c5bbd9643ff66b7c8993520b5c4.tar.bz2
sequelpro-7f5790bcd50b3c5bbd9643ff66b7c8993520b5c4.zip
- Remove all BWToolKit elements from the ExportDialog, DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents
Diffstat (limited to 'Source/SPNavigatorController.h')
-rw-r--r--Source/SPNavigatorController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPNavigatorController.h b/Source/SPNavigatorController.h
index 928d19c6..b6588c5a 100644
--- a/Source/SPNavigatorController.h
+++ b/Source/SPNavigatorController.h
@@ -30,7 +30,7 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-@class SPNavigatorOutlineView;
+@class SPNavigatorOutlineView, SPSplitView;
@interface SPNavigatorController : NSWindowController
{
@@ -41,7 +41,7 @@
IBOutlet id searchField;
IBOutlet NSButton *syncButton;
- IBOutlet id schemaStatusSplitView;
+ IBOutlet SPSplitView *schemaStatusSplitView;
IBOutlet id schema12SplitView;
NSUserDefaults *prefs;