diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-10-24 15:14:48 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-10-24 15:14:48 +0200 |
commit | 22da5e272be7d1d66c2fbe4048e8458f58e9ccbb (patch) | |
tree | da3eb346f22a9adbbfea336454bf668b565e097e /src/mainwindow.h | |
parent | Merge commit 'refs/merge-requests/1895' of git://gitorious.org/rekonq/mainline (diff) | |
download | rekonq-22da5e272be7d1d66c2fbe4048e8458f58e9ccbb.tar.xz |
A better popup implementation
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 41687e60..7c42e58f 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -69,11 +69,9 @@ public: QAction *actionByName(const QString name); virtual QSize sizeHint() const; virtual KActionCollection *actionCollection () const; - + bool homePage(const KUrl &url = KUrl("rekonq:home")); - void setFlickeringZone(bool b); - private: void setupActions(); void setupTools(); @@ -97,16 +95,16 @@ public slots: void notifyMessage(const QString &msg, Rekonq::Notify status = Rekonq::Info); void printRequested(QWebFrame *frame = 0); - - + + signals: // switching tabs void ctrlTabPressed(); void shiftCtrlTabPressed(); - + protected: bool queryClose(); - + /** * Filters (SHIFT + ) CTRL + TAB events and emit (shift)ctrlTabPressed() * to make switch tab @@ -120,7 +118,7 @@ private slots: void slotBrowserLoading(bool); void slotUpdateActions(); void slotUpdateWindowTitle(const QString &title = QString()); - + // history related void slotOpenPrevious(); void slotOpenNext(); @@ -172,8 +170,6 @@ private: QPointer<KPassivePopup> m_popup; KActionCollection *m_ac; - - bool m_flickeringZone; }; #endif // MAINWINDOW_H |