aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPIndexesController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-08-02 00:08:50 +0000
committerrowanbeentje <rowan@beent.je>2012-08-02 00:08:50 +0000
commit7f5790bcd50b3c5bbd9643ff66b7c8993520b5c4 (patch)
treea351cb1c983d3db7bb53d339f91e61d5a8f19b79 /Source/SPIndexesController.h
parent2f8cd7600be2e85fe27bda04862aceff86b38e30 (diff)
downloadsequelpro-7f5790bcd50b3c5bbd9643ff66b7c8993520b5c4.tar.gz
sequelpro-7f5790bcd50b3c5bbd9643ff66b7c8993520b5c4.tar.bz2
sequelpro-7f5790bcd50b3c5bbd9643ff66b7c8993520b5c4.zip
- Remove all BWToolKit elements from the ExportDialog, DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r--Source/SPIndexesController.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h
index 7e2ed9e7..2338f8a6 100644
--- a/Source/SPIndexesController.h
+++ b/Source/SPIndexesController.h
@@ -30,22 +30,12 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#ifndef SP_REFACTOR
-@class SPDatabaseDocument;
-@class SPTablesList;
-@class SPTableData;
-@class SPTableStructure;
-@class SPMySQLConnection;
-@class BWAnchoredButtonBar;
-@class SPTableView;
-#else
@class SPDatabaseDocument;
@class SPTablesList;
@class SPTableData;
@class SPTableStructure;
@class SPMySQLConnection;
@class SPTableView;
-#endif
@interface SPIndexesController : NSWindowController
#ifdef SP_REFACTOR
@@ -75,7 +65,7 @@
IBOutlet NSButton *removeIndexedColumnButton;
IBOutlet NSButton *confirmAddIndexButton;
#ifndef SP_REFACTOR
- IBOutlet BWAnchoredButtonBar *anchoredButtonBar;
+ IBOutlet NSBox *anchoredButtonBar;
// Advanced options view
IBOutlet NSButton *indexAdvancedOptionsViewButton;