summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-29 01:16:51 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-29 01:16:51 +0000
commitdfee660d61d18c55d5f0912b3a87958d631eb6fa (patch)
treeacdb49deedd5bb761f4642874d451d92bf81886b /src/dialogs
parentDutch translation: minor update (diff)
downloadinkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.tar.gz
inkscape-dfee660d61d18c55d5f0912b3a87958d631eb6fa.zip
Header tidying, suppress all gdk deprecation errors in gtkmm
(bzr r11030)
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/dialog-events.cpp6
-rw-r--r--src/dialogs/export.cpp1
-rw-r--r--src/dialogs/xml-tree.cpp3
3 files changed, 4 insertions, 6 deletions
diff --git a/src/dialogs/dialog-events.cpp b/src/dialogs/dialog-events.cpp
index 89395ffd3..f8fce8bd7 100644
--- a/src/dialogs/dialog-events.cpp
+++ b/src/dialogs/dialog-events.cpp
@@ -15,6 +15,8 @@
# include "config.h"
#endif
+#include <gtkmm/entry.h>
+#include <gtkmm/window.h>
#include <gdk/gdkkeysyms.h>
#include "macros.h"
#include <gtk/gtk.h>
@@ -26,10 +28,6 @@
#include "dialog-events.h"
-#include <gtkmm/entry.h>
-
-
-
/**
* Remove focus from window to whoever it is transient for.
*/
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp
index 706ece066..18928fcdb 100644
--- a/src/dialogs/export.cpp
+++ b/src/dialogs/export.cpp
@@ -31,6 +31,7 @@
#include <gtkmm/image.h>
#include <gtkmm/stockid.h>
#include <gtkmm/stock.h>
+#include <gtkmm/table.h>
#ifdef WITH_GNOME_VFS
# include <libgnomevfs/gnome-vfs-init.h> // gnome_vfs_initialized
#endif
diff --git a/src/dialogs/xml-tree.cpp b/src/dialogs/xml-tree.cpp
index 6cf130c2b..92ce03888 100644
--- a/src/dialogs/xml-tree.cpp
+++ b/src/dialogs/xml-tree.cpp
@@ -15,9 +15,9 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#include "widgets/icon.h"
#include <gdk/gdkkeysyms.h>
#include <glibmm/i18n.h>
-#include <gtk/gtk.h>
#include "desktop.h"
#include "../desktop-handles.h"
@@ -39,7 +39,6 @@
#include "../sp-tspan.h"
#include "ui/icon-names.h"
#include "../verbs.h"
-#include "widgets/icon.h"
#include "../widgets/sp-xmlview-attr-list.h"
#include "../widgets/sp-xmlview-content.h"
#include "../widgets/sp-xmlview-tree.h"