summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-13 02:40:11 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-13 02:40:11 +0100
commitb31d522e9f39e90576a3bc46f912077d5acd1c99 (patch)
treed18c9429bc5e141ad4eaaa844314a7cbe42b2dd2 /src/mainwindow.h
parentFixing about: protocol loading. (diff)
downloadrekonq-b31d522e9f39e90576a3bc46f912077d5acd1c99.tar.xz
This hack seems solve the about: protocol loading problem
also in Qt 4.6. Hope it works really well :)
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 d1a48053..5071cdb2 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -172,7 +172,8 @@ private:
QTimer *m_hidePopup;
KActionCollection *m_ac;
-
+
+ bool m_loadingNewTabPage;
};
#endif // MAINWINDOW_H