diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 17:22:18 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 17:22:18 +0200 |
commit | 6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a (patch) | |
tree | 48544c2f72b07eef1bc0ace0e602bfda3c25538b /src/mainwindow.h | |
parent | Krazy fixes (diff) | |
download | rekonq-6c1e962f097e1c75a5a7b2e621c5c235bb7a1d9a.tar.xz |
Include Fixes, first bunch
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index d6357984..0f0fea96 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -41,12 +41,6 @@ #include <KUrl> // Forward Declarations -class QWebFrame; -class QSlider; - -class KAction; -class KPassivePopup; - class FindBar; class HistoryPanel; class BookmarksPanel; @@ -54,6 +48,13 @@ class WebInspectorPanel; class WebTab; class MainView; +class KAction; +class KPassivePopup; + +class QWebFrame; +class QSlider; + + /** * This class serves as the main window for rekonq. |