diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-27 01:05:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-27 01:05:39 +0200 |
commit | d735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b (patch) | |
tree | 7f503381217f59ec680f141babd4f07a878ecad1 /src/urlpanel.h | |
parent | Revert "Fix opensearch add shortcut handling" (diff) | |
download | rekonq-d735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b.tar.xz |
Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"
This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
Diffstat (limited to 'src/urlpanel.h')
-rw-r--r-- | src/urlpanel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/urlpanel.h b/src/urlpanel.h index c8d15a8e..73ffc024 100644 --- a/src/urlpanel.h +++ b/src/urlpanel.h @@ -33,7 +33,7 @@ #include "rekonq_defines.h" // Qt Includes -#include <QDockWidget> +#include <QtGui/QDockWidget> // Forward Declarations class PanelTreeView; @@ -69,12 +69,12 @@ protected Q_SLOTS: virtual void contextMenuGroup(const QPoint &pos) = 0; virtual void contextMenuEmpty(const QPoint &pos) = 0; -private Q_SLOTS: - void expandTreeView(); - private: PanelTreeView *_treeView; bool _loaded; + +private Q_SLOTS: + void expandTreeView(); }; |