summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-03-16 19:46:55 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-03-16 19:46:55 +0100
commit39225590f65749fe628ba6b91482f0eb6124dcb6 (patch)
tree8317b238fdc749d3b679031c698b9f8c114c38cf /src/mainwindow.h
parentrekonq 0.6.88 (diff)
downloadrekonq-39225590f65749fe628ba6b91482f0eb6124dcb6.tar.xz
Delete url popup on resize/move
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 6c2c12be..9853ca39 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -135,6 +135,8 @@ protected:
* Filters out ESC key to show/hide the search bar
*/
void keyPressEvent(QKeyEvent *event);
+ void moveEvent(QMoveEvent *event);
+ void resizeEvent(QResizeEvent *event);
bool event(QEvent *event);
bool queryClose();
@@ -206,7 +208,7 @@ private:
QString m_lastSearch;
KPassivePopup *m_popup;
- QTimer *m_hidePopup;
+ QTimer *m_hidePopupTimer;
KMenu *m_toolsMenu;
KActionMenu *m_developerMenu;