diff options
Diffstat (limited to 'Source/SPPrintController.h')
-rw-r--r-- | Source/SPPrintController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPPrintController.h b/Source/SPPrintController.h index 3982b152..409d98e5 100644 --- a/Source/SPPrintController.h +++ b/Source/SPPrintController.h @@ -23,9 +23,9 @@ // // More info at <http://code.google.com/p/sequel-pro/> -#import "TableDocument.h" +#import "SPDatabaseDocument.h" -@interface TableDocument (SPPrintController) +@interface SPDatabaseDocument (SPPrintController) - (void)startPrintDocumentOperation; - (void)generateHTMLForPrinting; |