diff options
Diffstat (limited to 'Source/SPCustomQuery.h')
-rw-r--r-- | Source/SPCustomQuery.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h index 149417b9..c1521390 100644 --- a/Source/SPCustomQuery.h +++ b/Source/SPCustomQuery.h @@ -27,7 +27,7 @@ #import <MCPKit/MCPKit.h> #import <WebKit/WebKit.h> -#import "CMCopyTable.h" +#import "SPCopyTable.h" #import "SPTextView.h" #import "RegexKitLite.h" @@ -76,7 +76,7 @@ IBOutlet NSPopUpButton *encodingPopUp; IBOutlet SPTextView *textView; - IBOutlet CMCopyTable *customQueryView; + IBOutlet SPCopyTable *customQueryView; IBOutlet NSScrollView *customQueryScrollView; IBOutlet id errorText; IBOutlet id affectedRowsText; |