aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.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/SPExportController.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/SPExportController.h')
-rw-r--r--Source/SPExportController.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPExportController.h b/Source/SPExportController.h
index aee3861d..27050f65 100644
--- a/Source/SPExportController.h
+++ b/Source/SPExportController.h
@@ -36,7 +36,6 @@
@class SPTablesList;
@class SPTableData;
@class SPMySQLConnection;
-@class BWAnchoredButtonBar;
/**
* @class SPExportController SPExportController.h
@@ -81,7 +80,7 @@
IBOutlet NSButton *exportProcessLowMemoryButton;
IBOutlet NSPopUpButton *exportOutputCompressionFormatPopupButton;
- IBOutlet BWAnchoredButtonBar *exportTableListButtonBar;
+ IBOutlet NSBox *exportTableListButtonBar;
// Export progress sheet
IBOutlet NSWindow *exportProgressWindow;