summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorlionelc <lionelc@lionelc.(none)>2009-10-27 18:32:50 +0100
committerlionelc <lionelc@lionelc.(none)>2009-10-27 18:32:50 +0100
commit3f616b7a24f5c02928e90f18554056cff3f84976 (patch)
treeabf30620ea37b0bdfe1aecd8eb819e825c2db75a /src/mainwindow.h
parentMerge commit 'refs/merge-requests/1925' of git://gitorious.org/rekonq/mainlin... (diff)
downloadrekonq-3f616b7a24f5c02928e90f18554056cff3f84976.tar.xz
One passivepopup: less flickering.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
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