summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.h
diff options
context:
space:
mode:
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;