summaryrefslogtreecommitdiff
path: root/src/urlpanel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:31:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:47:32 +0200
commit962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885 (patch)
tree61b57a16e83c5a170799f9abfc6b667911966992 /src/urlpanel.h
parentFix apturl handling (workaround) (diff)
downloadrekonq-962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.tar.xz
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Conflicts: src/adblock/adblockwidget.h src/application.h src/history/historymanager.h src/tabpreviewpopup.cpp Backported from master branch
Diffstat (limited to 'src/urlpanel.h')
-rw-r--r--src/urlpanel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/urlpanel.h b/src/urlpanel.h
index 73ffc024..c8d15a8e 100644
--- a/src/urlpanel.h
+++ b/src/urlpanel.h
@@ -33,7 +33,7 @@
#include "rekonq_defines.h"
// Qt Includes
-#include <QtGui/QDockWidget>
+#include <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();
};