diff options
author | lionelc <lionelc@lionelc.(none)> | 2009-10-27 18:32:50 +0100 |
---|---|---|
committer | lionelc <lionelc@lionelc.(none)> | 2009-10-27 18:32:50 +0100 |
commit | 3f616b7a24f5c02928e90f18554056cff3f84976 (patch) | |
tree | abf30620ea37b0bdfe1aecd8eb819e825c2db75a /src/mainwindow.h | |
parent | Merge commit 'refs/merge-requests/1925' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-3f616b7a24f5c02928e90f18554056cff3f84976.tar.xz |
One passivepopup: less flickering.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 7c42e58f..64e2067c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -167,9 +167,10 @@ private: QString m_lastSearch; - QPointer<KPassivePopup> m_popup; + KPassivePopup *m_popup; KActionCollection *m_ac; + }; #endif // MAINWINDOW_H |