aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPContentFilterManager.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-08-01 22:50:16 +0000
committerrowanbeentje <rowan@beent.je>2012-08-01 22:50:16 +0000
commit2f8cd7600be2e85fe27bda04862aceff86b38e30 (patch)
treeed42edda43fb932c55723715d5ac3a30b56eac10 /Source/SPContentFilterManager.h
parentb85f0f9f78d157657c5d5b9e7823eaf0266be6fd (diff)
downloadsequelpro-2f8cd7600be2e85fe27bda04862aceff86b38e30.tar.gz
sequelpro-2f8cd7600be2e85fe27bda04862aceff86b38e30.tar.bz2
sequelpro-2f8cd7600be2e85fe27bda04862aceff86b38e30.zip
- Remove all BWToolKit elements from the Content Filter Manager, replacing with SPSplitView and equivalents
- Update localisable strings
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;