summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-30 19:02:15 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-30 19:02:15 +0200
commitb1dfaeca4986086c78e33b54fc6814bca412eaae (patch)
treeb1a9a69f9404e763be5d2920d806543142ec5f34 /src/mainwindow.h
parentrekonq 0.2.53 with bookmarks bar fixed (and ALL the bars, too!!) (diff)
downloadrekonq-b1dfaeca4986086c78e33b54fc6814bca412eaae.tar.xz
- A better print slot
- contextual frame actions (just 2, for now) - works on contextual menu
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index be51bdd2..d248b067 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -93,7 +93,8 @@ public slots:
*/
void notifyMessage(const QString &msg, Rekonq::Notify status = Rekonq::Info);
-
+ void printRequested(QWebFrame *frame = 0);
+
protected:
bool queryClose();
void keyPressEvent(QKeyEvent *event);
@@ -111,21 +112,22 @@ private slots:
void slotOpenPrevious();
void slotOpenNext();
- // File Menu slots
- void slotFileOpen();
- void slotFilePrintPreview();
- void slotFileSaveAs();
- void printRequested(QWebFrame *frame);
-
- // Edit Menu slots
+ // Find Action slots
void slotFind(const QString &);
void slotFindNext();
void slotFindPrevious();
- // View Menu slots
+ // Zoom slots
void slotViewTextBigger();
void slotViewTextNormal();
void slotViewTextSmaller();
+
+
+ // File Menu slots
+ void slotFileOpen();
+// void slotFilePrintPreview();
+ void slotFileSaveAs();
+
void slotViewPageSource();
void slotViewFullScreen(bool enable);