diff options
author | adjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-07 09:45:30 +0000 |
---|---|---|
committer | adjam <adjam@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-07 09:45:30 +0000 |
commit | f8d79895735973381665d7cf5012b2ea41efa400 (patch) | |
tree | cc490c88a63b957ce8d6592c9888e3222c29fc45 /src/panelhistory.h | |
parent | EBN Krazy fixes. 2nd round.. (diff) | |
parent | Improved contextual menu usability (diff) | |
download | rekonq-f8d79895735973381665d7cf5012b2ea41efa400.tar.xz |
Fixing MERGING issues..
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@964690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/panelhistory.h')
-rw-r--r-- | src/panelhistory.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/panelhistory.h b/src/panelhistory.h index 89759a84..c6fe1380 100644 --- a/src/panelhistory.h +++ b/src/panelhistory.h @@ -20,12 +20,13 @@ #ifndef PANELHISTORY_H #define PANELHISTORY_H -// Qt Includes -#include <QWidget> - // Local Includes #include "application.h" +// Qt Includes +#include <QWidget> + +// Forward Declarations class QTreeView; class KUrl; class TreeProxyModel; |