From a1469b0dc9d8f7fa8a64026e9f75aae77e4daecb Mon Sep 17 00:00:00 2001 From: Lionel Chauvin Date: Sun, 23 Aug 2009 11:52:21 +0200 Subject: Replace "Print preview" by "Print" in the tool menu Remove "Print" --- src/mainwindow.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index cc32dd68..854745df 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -115,7 +115,6 @@ private slots: // File Menu slots void slotFileOpen(); void slotFilePrintPreview(); - void slotFilePrint(); void slotFileSaveAs(); void printRequested(QWebFrame *frame); -- cgit v1.2.1