aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPContentFilterManager.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-10-19 23:37:15 +0000
committerstuconnolly <stuart02@gmail.com>2010-10-19 23:37:15 +0000
commitb2461e0658f6deebf2b4a24e261fadb99f5125c6 (patch)
treefea57ce1afb8986d4b20c2abfd27ebd4b6ca36d5 /Source/SPContentFilterManager.h
parent10990abb16783d89e5314549883fc1e5acc2e407 (diff)
downloadsequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.tar.gz
sequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.tar.bz2
sequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.zip
Tidy up.
Diffstat (limited to 'Source/SPContentFilterManager.h')
-rw-r--r--Source/SPContentFilterManager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPContentFilterManager.h b/Source/SPContentFilterManager.h
index e71934d8..ec2c1ef6 100644
--- a/Source/SPContentFilterManager.h
+++ b/Source/SPContentFilterManager.h
@@ -23,8 +23,6 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#import <Cocoa/Cocoa.h>
-
@class BWAnchoredButtonBar, SPDatabaseDocument;
@interface NSObject (SPContentFilterManagerDelegate)
@@ -39,6 +37,7 @@
SPDatabaseDocument *tableDocumentInstance;
NSURL *delegatesFileURL;
+
IBOutlet id encodingPopUp;
IBOutlet id contentFilterTableView;
IBOutlet id contentFilterNameTextField;