aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPContentFilterManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPContentFilterManager.h')
-rw-r--r--Source/SPContentFilterManager.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPContentFilterManager.h b/Source/SPContentFilterManager.h
index 88eda63c..17ed782f 100644
--- a/Source/SPContentFilterManager.h
+++ b/Source/SPContentFilterManager.h
@@ -30,8 +30,8 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-@class BWAnchoredButtonBar;
@class SPDatabaseDocument;
+@class SPSplitView;
@interface NSObject (SPContentFilterManagerDelegate)
@@ -57,14 +57,13 @@
IBOutlet id contentFilterConjunctionTextField;
IBOutlet id contentFilterConjunctionLabel;
IBOutlet id contentFilterTextView;
+ IBOutlet SPSplitView *contentFilterSplitView;
IBOutlet id removeButton;
IBOutlet id numberOfArgsLabel;
IBOutlet id resultingClauseLabel;
IBOutlet id resultingClauseContentLabel;
IBOutlet id insertPlaceholderButton;
IBOutlet NSButton *suppressLeadingFiledPlaceholderCheckbox;
-
- IBOutlet BWAnchoredButtonBar *splitViewButtonBar;
IBOutlet id contentFilterArrayController;