summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-06-03 10:44:52 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-06-03 10:44:52 +0000
commitf3756ff85a32f4b2a0771d0ac3bd78a69535395f (patch)
treecb659f62f9ec83041a538dcd862d52829495c14f /src/dialogs
parentadd multiple glyph layers at once (from characters found in user input string) (diff)
downloadinkscape-f3756ff85a32f4b2a0771d0ac3bd78a69535395f.tar.gz
inkscape-f3756ff85a32f4b2a0771d0ac3bd78a69535395f.zip
Use generic headers in preparation for GTK+ 3 transition
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/clonetiler.h2
-rw-r--r--src/dialogs/dialog-events.h3
-rw-r--r--src/dialogs/find.h2
-rw-r--r--src/dialogs/item-properties.cpp9
-rw-r--r--src/dialogs/item-properties.h2
-rw-r--r--src/dialogs/object-attributes.h2
-rw-r--r--src/dialogs/spellcheck.h2
7 files changed, 6 insertions, 16 deletions
diff --git a/src/dialogs/clonetiler.h b/src/dialogs/clonetiler.h
index bfb35cd96..899181346 100644
--- a/src/dialogs/clonetiler.h
+++ b/src/dialogs/clonetiler.h
@@ -12,7 +12,7 @@
#include <glib.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
void clonetiler_dialog ( void );
diff --git a/src/dialogs/dialog-events.h b/src/dialogs/dialog-events.h
index 7b04d0f69..9c0a82f23 100644
--- a/src/dialogs/dialog-events.h
+++ b/src/dialogs/dialog-events.h
@@ -12,8 +12,7 @@
#ifndef __DIALOG_EVENTS_H__
#define __DIALOG_EVENTS_H__
-#include <gtk/gtkstyle.h>
-#include <gtk/gtkwindow.h>
+#include <gtk/gtk.h>
#include <forward.h>
/*
diff --git a/src/dialogs/find.h b/src/dialogs/find.h
index fe5861a73..219c36bf2 100644
--- a/src/dialogs/find.h
+++ b/src/dialogs/find.h
@@ -12,7 +12,7 @@
#ifndef SEEN_FIND_H
#define SEEN_FIND_H
-#include <gtk/gtkstyle.h>
+#include <gtk/gtk.h>
void sp_find_dialog();
diff --git a/src/dialogs/item-properties.cpp b/src/dialogs/item-properties.cpp
index 94b8b1e98..54707c0aa 100644
--- a/src/dialogs/item-properties.cpp
+++ b/src/dialogs/item-properties.cpp
@@ -16,16 +16,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
-#include <gtk/gtkvbox.h>
-#include <gtk/gtkhbox.h>
-#include <gtk/gtktable.h>
-#include <gtk/gtkcheckbutton.h>
#include <gtk/gtk.h>
-#include <gtk/gtklabel.h>
-#include <gtk/gtkframe.h>
-#include <gtk/gtkexpander.h>
-#include <gtk/gtktextview.h>
-#include <gtk/gtktooltips.h>
#include "../desktop-handles.h"
#include "dialog-events.h"
diff --git a/src/dialogs/item-properties.h b/src/dialogs/item-properties.h
index bc04608bc..7d57ae5e8 100644
--- a/src/dialogs/item-properties.h
+++ b/src/dialogs/item-properties.h
@@ -12,7 +12,7 @@
#define SEEN_DIALOGS_ITEM_PROPERTIES_H
#include <glib.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
#include "../forward.h"
GtkWidget *sp_item_widget_new (void);
diff --git a/src/dialogs/object-attributes.h b/src/dialogs/object-attributes.h
index ef84708c0..b490ebfa1 100644
--- a/src/dialogs/object-attributes.h
+++ b/src/dialogs/object-attributes.h
@@ -13,7 +13,7 @@
#define SEEN_DIALOGS_OBJECT_ATTRIBUTES_H
#include <glib.h>
-#include <gtk/gtkwidget.h>
+#include <gtk/gtk.h>
#include "../forward.h"
void sp_object_attributes_dialog (SPObject *object, const gchar *tag);
diff --git a/src/dialogs/spellcheck.h b/src/dialogs/spellcheck.h
index b941788ca..fe80be2cb 100644
--- a/src/dialogs/spellcheck.h
+++ b/src/dialogs/spellcheck.h
@@ -12,7 +12,7 @@
#ifndef SEEN_SPELLCHECK_H
#define SEEN_SPELLCHECK_H
-#include <gtk/gtkstyle.h>
+#include <gtk/gtk.h>
void sp_spellcheck_dialog();