From 1acbe378bfb97d6f479f0a53e80b1a421416fd81 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 3 Sep 2009 13:29:07 +0200 Subject: - Removed HistoryMenu (no more used) - Multi Windows 1st implementation --- src/application.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/application.h') diff --git a/src/application.h b/src/application.h index 44173373..01558b9f 100644 --- a/src/application.h +++ b/src/application.h @@ -39,6 +39,7 @@ // Qt Includes #include +#include // Forward Declarations class KIcon; @@ -50,6 +51,9 @@ class MainWindow; class NetworkAccessManager; +typedef QList< QPointer > MainWindowList; + + namespace Rekonq { /** @@ -134,7 +138,7 @@ private: static QPointer s_networkAccessManager; static QPointer s_bookmarkProvider; - QPointer m_mainWindow; + MainWindowList m_mainWindows; }; #endif // APPLICATION_H -- cgit v1.2.1