summaryrefslogtreecommitdiff
path: root/src/urlpanel.h
diff options
context:
space:
mode:
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 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();
};