From 682cac6c2ce4cf21b9a2f4314cc452060f389b20 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 14 Dec 2009 00:00:19 +0100 Subject: Just some stupid fixes --- src/webinspectordock.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/webinspectordock.cpp') diff --git a/src/webinspectordock.cpp b/src/webinspectordock.cpp index 51fdbdaf..f91df31a 100644 --- a/src/webinspectordock.cpp +++ b/src/webinspectordock.cpp @@ -25,18 +25,19 @@ // Self Includes #include "webinspectordock.h" +#include "webinspectordock.moc" // Local Includes #include "webview.h" #include "webpage.h" -// Qt Includes -#include - // KDE Includes #include "KAction" #include "KDebug" +// Qt Includes +#include + WebInspectorDock::WebInspectorDock(QString title, QWidget *parent) : QDockWidget(title, parent) -- cgit v1.2.1