summaryrefslogtreecommitdiff
path: root/src/historymenu.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-20 09:46:23 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-20 09:46:23 +0200
commit205e89597c14473f34ace33c30d503eb9b7cf7e7 (patch)
treec907c58be84182c5ef60d03f29d9601875fc524b /src/historymenu.h
parentRemoved unuseful history dialog. We use just history panel, from now on.. (diff)
downloadrekonq-205e89597c14473f34ace33c30d503eb9b7cf7e7.tar.xz
History Panel Action fix
Diffstat (limited to 'src/historymenu.h')
-rw-r--r--src/historymenu.h4
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
*