From 7f5790bcd50b3c5bbd9643ff66b7c8993520b5c4 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 2 Aug 2012 00:08:50 +0000 Subject: - Remove all BWToolKit elements from the ExportDialog, DatabaseServerVariables, Navigator, and IndexesView nibs, replacing with SPSplitView and standard equivalents --- Source/SPIndexesController.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Source/SPIndexesController.h') 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 -#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; -- cgit v1.2.3