summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-01-22 11:31:25 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-01-22 11:31:25 +0000
commitfb2bebf4919a011f0fd7cec085443d0031228e76 (patch)
treeab58c4ca7f94b0bc9b99c7bbcaca21532b401a61 /src/widgets/desktop-widget.h
parentTidy up toolbox utilities (diff)
downloadinkscape-fb2bebf4919a011f0fd7cec085443d0031228e76.tar.gz
inkscape-fb2bebf4919a011f0fd7cec085443d0031228e76.zip
Move main menu bar from desktop-widget to inkscape-window.
Diffstat (limited to 'src/widgets/desktop-widget.h')
-rw-r--r--src/widgets/desktop-widget.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/widgets/desktop-widget.h b/src/widgets/desktop-widget.h
index e6702ce41..5d1be6398 100644
--- a/src/widgets/desktop-widget.h
+++ b/src/widgets/desktop-widget.h
@@ -15,7 +15,8 @@
* Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
-#include <gtkmm/window.h>
+#include <gtkmm.h>
+
#include "message.h"
#include "ui/view/view-widget.h"
#include "ui/view/edit-widget-interface.h"
@@ -33,16 +34,6 @@ class SPDesktop;
struct SPDesktopWidget;
class SPObject;
-namespace Gtk {
- class Box;
- class EventBox;
- class Grid;
- class MenuBar;
- class Scrollbar;
- class SpinButton;
- class ToggleButton;
-}
-
namespace Inkscape {
namespace UI {
namespace Dialog {
@@ -107,7 +98,6 @@ private:
Gtk::Box *_hbox;
- Gtk::MenuBar *_menubar;
Gtk::Box *_statusbar;
Inkscape::UI::Dialog::SwatchesPanel *_panels;