From 22da5e272be7d1d66c2fbe4048e8458f58e9ccbb Mon Sep 17 00:00:00 2001 From: megabigbug Date: Sat, 24 Oct 2009 15:14:48 +0200 Subject: A better popup implementation --- src/mainwindow.h | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'src/mainwindow.h') 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 m_popup; KActionCollection *m_ac; - - bool m_flickeringZone; }; #endif // MAINWINDOW_H -- cgit v1.2.1