aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-04-18 20:41:59 +0000
committerstuconnolly <stuart02@gmail.com>2009-04-18 20:41:59 +0000
commitcf49fc308aaa65028d38a2dffec74a5c7ef8dc53 (patch)
tree3504f19024adc661676a731640c4ac8dd3f76cf6 /Source/TableDocument.h
parent74dc396081a0a721105f3e95bd9b6f1f036d575a (diff)
downloadsequelpro-cf49fc308aaa65028d38a2dffec74a5c7ef8dc53.tar.gz
sequelpro-cf49fc308aaa65028d38a2dffec74a5c7ef8dc53.tar.bz2
sequelpro-cf49fc308aaa65028d38a2dffec74a5c7ef8dc53.zip
Fix build warnings complaining about duplicate definitions of display: in NSView.h and DOMCSS.h (via Webkit.h). Fixed by defining the connect sheet's status text to be of type NSTextField as opposed to the generic id type.
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 10b780a5..031a7943 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -25,7 +25,7 @@
#import <Cocoa/Cocoa.h>
#import <MCPKit_bundled/MCPKit_bundled.h>
-#import <WebKit/WebKit.h>
+#import <WebKit/Webkit.h>
@class CMMCPConnection, CMMCPResult;
@@ -63,7 +63,7 @@
IBOutlet id databaseField;
IBOutlet id connectProgressBar;
- IBOutlet id connectProgressStatusText;
+ IBOutlet NSTextField *connectProgressStatusText;
IBOutlet id databaseNameField;
IBOutlet id databaseEncodingButton;
IBOutlet id addDatabaseButton;