aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.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/SPFieldEditorController.h
parent10990abb16783d89e5314549883fc1e5acc2e407 (diff)
downloadsequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.tar.gz
sequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.tar.bz2
sequelpro-b2461e0658f6deebf2b4a24e261fadb99f5125c6.zip
Tidy up.
Diffstat (limited to 'Source/SPFieldEditorController.h')
-rw-r--r--Source/SPFieldEditorController.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/SPFieldEditorController.h b/Source/SPFieldEditorController.h
index a5ad776f..12342fea 100644
--- a/Source/SPFieldEditorController.h
+++ b/Source/SPFieldEditorController.h
@@ -22,16 +22,15 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#import <Cocoa/Cocoa.h>
#import <MCPKit/MCPKit.h>
-
/**
- * @class SPExportFile SPExportFile.h
+ * @class SPFieldEditorController SPFieldEditorController.h
*
* @author Hans-Jörg Bibiko
*
- * This class offers a sheet for editing different kind of data such as text, blobs (including images) as editSheet and bit fields as bitSheet.
+ * This class offers a sheet for editing different kind of data such as text, blobs (including images) as
+ * editSheet and bit fields as bitSheet.
*/
@interface SPFieldEditorController : NSWindowController
{