summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-28 00:21:55 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-28 00:21:55 +0100
commit12f0d0d36c32e2afba4903d5bef82c0d9d477bd6 (patch)
tree7237ebb5cc0debea6129654445eeea0e16dc5884 /src/mainwindow.h
parentMerge commit 'refs/merge-requests/1936' of git://gitorious.org/rekonq/mainlin... (diff)
parentOne passivepopup: less flickering. (diff)
downloadrekonq-12f0d0d36c32e2afba4903d5bef82c0d9d477bd6.tar.xz
Merge commit 'refs/merge-requests/1938' of git://gitorious.org/rekonq/mainline into 1938
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