diff options
author | rowanbeentje <rowan@beent.je> | 2012-08-03 00:01:13 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-08-03 00:01:13 +0000 |
commit | b56622b7471907f6c0a09bc67a19c0ea031df23a (patch) | |
tree | b073d729c8fe6d7ad9116badf67865b613d0ab62 /Source/SPUserManager.h | |
parent | f28bdfe2032a815743c52d103c7dfbd0adcc0c63 (diff) | |
download | sequelpro-b56622b7471907f6c0a09bc67a19c0ea031df23a.tar.gz sequelpro-b56622b7471907f6c0a09bc67a19c0ea031df23a.tar.bz2 sequelpro-b56622b7471907f6c0a09bc67a19c0ea031df23a.zip |
- Remove all BWToolKit views from the QueryFavoriteManager and UserManagerView, replacing with SPSplitViews and standard equivalents
Diffstat (limited to 'Source/SPUserManager.h')
-rw-r--r-- | Source/SPUserManager.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/SPUserManager.h b/Source/SPUserManager.h index 347a6602..b156cd4c 100644 --- a/Source/SPUserManager.h +++ b/Source/SPUserManager.h @@ -32,7 +32,7 @@ @class SPServerSupport; @class SPMySQLConnection; -@class BWAnchoredButtonBar; +@class SPSplitView; @interface SPUserManager : NSWindowController { @@ -43,7 +43,8 @@ SPMySQLConnection *connection; SPServerSupport *serverSupport; - + + IBOutlet SPSplitView *splitView; IBOutlet NSOutlineView *outlineView; IBOutlet NSTabView *tabView; IBOutlet NSTreeController *treeController; @@ -68,8 +69,6 @@ IBOutlet NSWindow *errorsSheet; IBOutlet NSTextView *errorsTextView; - IBOutlet BWAnchoredButtonBar *splitViewButtonBar; - NSMutableArray *schemas; NSMutableArray *grantedSchemaPrivs; NSMutableArray *availablePrivs; |