aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryController.h
diff options
context:
space:
mode:
authorsqlprodev <sqlprodev@northofthree.com>2013-02-14 20:14:07 +0000
committersqlprodev <sqlprodev@northofthree.com>2013-02-14 20:14:07 +0000
commit7d71d9d773ca7ee8b5920e304b7b41b92120943f (patch)
tree305655c168173f1d2bbfa7896a35f245b01f71a1 /Source/SPQueryController.h
parent47069472a4b5dc6655338a77ec8b1eb9a5f5c3d9 (diff)
downloadsequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.tar.gz
sequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.tar.bz2
sequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.zip
Changing SP_REFACTOR macro to SP_CODA
Diffstat (limited to 'Source/SPQueryController.h')
-rw-r--r--Source/SPQueryController.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/SPQueryController.h b/Source/SPQueryController.h
index 31e1d38e..85997a3f 100644
--- a/Source/SPQueryController.h
+++ b/Source/SPQueryController.h
@@ -30,7 +30,7 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#ifndef SP_REFACTOR /* constants */
+#ifndef SP_CODA /* constants */
extern NSString *SPQueryConsoleWindowAutoSaveName;
extern NSString *SPTableViewDateColumnID;
extern NSString *SPTableViewConnectionColumnID;
@@ -38,7 +38,7 @@ extern NSString *SPTableViewConnectionColumnID;
@interface SPQueryController : NSWindowController
{
-#ifndef SP_REFACTOR /* ivars */
+#ifndef SP_CODA /* ivars */
IBOutlet NSView *saveLogView;
IBOutlet NSTableView *consoleTableView;
IBOutlet NSSearchField *consoleSearchField;
@@ -67,7 +67,7 @@ extern NSString *SPTableViewConnectionColumnID;
NSArray *completionFunctionList;
NSDictionary *functionArgumentSnippets;
-#ifndef SP_REFACTOR /* ivars */
+#ifndef SP_CODA /* ivars */
NSUserDefaults *prefs;
NSDateFormatter *dateFormatter;
@@ -75,7 +75,7 @@ extern NSString *SPTableViewConnectionColumnID;
#endif
}
-#ifndef SP_REFACTOR
+#ifndef SP_CODA
@property (readwrite, retain) NSFont *consoleFont;
#endif