aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryFavoriteManager.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-18 00:44:03 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-18 00:44:03 +0000
commit1c7cf0aa49e68714dbfc4d7ca01fccd519e22aee (patch)
tree151136a6f76aa3cf431dc19a2971894462edec90 /Source/SPQueryFavoriteManager.h
parentd916e1e1514cd60bd9228ceab4c3cf27398a8b05 (diff)
downloadsequelpro-1c7cf0aa49e68714dbfc4d7ca01fccd519e22aee.tar.gz
sequelpro-1c7cf0aa49e68714dbfc4d7ca01fccd519e22aee.tar.bz2
sequelpro-1c7cf0aa49e68714dbfc4d7ca01fccd519e22aee.zip
Manually set the delegate of the anchored button bars in the content filter editor and query favorites editor as you can't do it in IB.
Diffstat (limited to 'Source/SPQueryFavoriteManager.h')
-rw-r--r--Source/SPQueryFavoriteManager.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPQueryFavoriteManager.h b/Source/SPQueryFavoriteManager.h
index 1546186e..9318ed22 100644
--- a/Source/SPQueryFavoriteManager.h
+++ b/Source/SPQueryFavoriteManager.h
@@ -25,6 +25,8 @@
#import <Cocoa/Cocoa.h>
+@class BWAnchoredButtonBar;
+
@interface NSObject (SPQueryFavoriteManagerDelegate)
- (void)queryFavoritesHaveBeenUpdated:(id)manager;
@@ -40,7 +42,8 @@
IBOutlet NSTableView *favoritesTableView;
IBOutlet NSTextField *favoriteNameTextField;
IBOutlet NSTextView *favoriteQueryTextView;
- IBOutlet id removeButton;
+ IBOutlet NSButton *removeButton;
+ IBOutlet BWAnchoredButtonBar *splitViewButtonBar;
IBOutlet NSArrayController *favoritesArrayController;