2008-12-09 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / src / hildon-font-selection-dialog.h
index 584704b..5296fda 100644 (file)
@@ -8,7 +8,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
  * as published by the Free Software Foundation; version 2.1 of
- * the License.
+ * the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
  * 02110-1301 USA
  *
  */
+
+#ifndef                                         HILDON_DISABLE_DEPRECATED
+
 #ifndef                                         __HILDON_FONT_SELECTION_DIALOG_H__
 #define                                         __HILDON_FONT_SELECTION_DIALOG_H__
 
-#include                                        <gtk/gtkdialog.h>
-#include                                        <gtk/gtktextbuffer.h>
+#include                                        <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
@@ -85,3 +87,5 @@ hildon_font_selection_dialog_set_preview_text   (HildonFontSelectionDialog *fsd,
 G_END_DECLS
 
 #endif                                          /* __HILDON_FONT_SELECTION_DIALOG_H__ */
+
+#endif                                          /* HILDON_DISABLE_DEPRECATED */