diff options
| -rw-r--r-- | src/mainview.h | 17 | ||||
| -rw-r--r-- | src/mainwindow.h | 17 | 
2 files changed, 17 insertions, 17 deletions
| diff --git a/src/mainview.h b/src/mainview.h index aad99ddd..91a09e09 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -47,23 +47,6 @@ class TabBar;  class UrlBar; -namespace Rekonq -{ -    /** -     * @short notifying message status -     * Different message status -     */ - -    enum Notify -    { -        Success,    ///< url successfully (down)loaded -        Error,      ///< url failed to (down)load -        Download,   ///< downloading url -        Info        ///< information -    }; -} - -  /**   *  This class represent rekonq Main View. It contains all WebViews and a stack widget   *  of associated line edits. diff --git a/src/mainwindow.h b/src/mainwindow.h index 51bea5e5..df2c183e 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -49,6 +49,23 @@ class SidePanel;  class WebView; +namespace Rekonq +{ +    /** +     * @short notifying message status +     * Different message status +     */ + +    enum Notify +    { +        Success,    ///< url successfully (down)loaded +        Error,      ///< url failed to (down)load +        Download,   ///< downloading url +        Info        ///< information +    }; +} + +  /**   * This class serves as the main window for rekonq.   * It handles the menus, toolbars, and status bars. | 
