diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-28 00:21:55 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-28 00:21:55 +0100 |
commit | 12f0d0d36c32e2afba4903d5bef82c0d9d477bd6 (patch) | |
tree | 7237ebb5cc0debea6129654445eeea0e16dc5884 /src/mainwindow.h | |
parent | Merge commit 'refs/merge-requests/1936' of git://gitorious.org/rekonq/mainlin... (diff) | |
parent | One passivepopup: less flickering. (diff) | |
download | rekonq-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.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 |