diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 09:46:23 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-06-20 09:46:23 +0200 |
commit | 205e89597c14473f34ace33c30d503eb9b7cf7e7 (patch) | |
tree | c907c58be84182c5ef60d03f29d9601875fc524b /src/historymenu.h | |
parent | Removed unuseful history dialog. We use just history panel, from now on.. (diff) | |
download | rekonq-205e89597c14473f34ace33c30d503eb9b7cf7e7.tar.xz |
History Panel Action fix
Diffstat (limited to 'src/historymenu.h')
-rw-r--r-- | src/historymenu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/historymenu.h b/src/historymenu.h index f0c16d22..da1feaed 100644 --- a/src/historymenu.h +++ b/src/historymenu.h @@ -22,16 +22,20 @@ #ifndef HISTORYMENU_H #define HISTORYMENU_H +// Local Includes #include "history.h" +// Qt Includes #include <QtCore/QList> #include <QtGui/QAction> +// Forward Declarations class ModelMenu; class QWidget; class QModelIndex; class KUrl; + /** * Menu that is dynamically populated from the history * |