diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-12-14 00:00:19 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-12-14 00:00:19 +0100 |
commit | 682cac6c2ce4cf21b9a2f4314cc452060f389b20 (patch) | |
tree | 772d0535d5f5fa86a19a6489034eb685456ededf /src/webinspectordock.cpp | |
parent | Merge commit 'refs/merge-requests/69' of git://gitorious.org/rekonq/mainline ... (diff) | |
download | rekonq-682cac6c2ce4cf21b9a2f4314cc452060f389b20.tar.xz |
Just some stupid fixes
Diffstat (limited to 'src/webinspectordock.cpp')
-rw-r--r-- | src/webinspectordock.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
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 <QWebInspector> - // KDE Includes #include "KAction" #include "KDebug" +// Qt Includes +#include <QWebInspector> + WebInspectorDock::WebInspectorDock(QString title, QWidget *parent) : QDockWidget(title, parent) |