diff options
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. |