From 38963870eb83c2dfaf574a06c214bed7a1a67cfd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 27 Dec 2012 12:11:12 -0500 Subject: [PATCH] Rename gtkcolorswatchaccessible.h Call it gtkcolorswatchaccessibleprivate.h. This matches what we're doing for non-public widget headers in gtk/. --- gtk/a11y/Makefile.am | 2 +- gtk/a11y/gtkcolorswatchaccessible.c | 2 +- ...olorswatchaccessible.h => gtkcolorswatchaccessibleprivate.h} | 0 gtk/gtkcolorswatch.c | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename gtk/a11y/{gtkcolorswatchaccessible.h => gtkcolorswatchaccessibleprivate.h} (100%) diff --git a/gtk/a11y/Makefile.am b/gtk/a11y/Makefile.am index 3ad5bae67..cfad1b6e5 100644 --- a/gtk/a11y/Makefile.am +++ b/gtk/a11y/Makefile.am @@ -101,7 +101,7 @@ gtka11y_private_h_sources = \ gtkaccessibility.h \ gtkaccessibilityutil.h \ gtkaccessibilitymisc.h \ - gtkcolorswatchaccessible.h \ + gtkcolorswatchaccessibleprivate.h \ gtkcellaccessibleprivate.h \ gtklockbuttonaccessibleprivate.h \ gtkiconviewaccessibleprivate.h \ diff --git a/gtk/a11y/gtkcolorswatchaccessible.c b/gtk/a11y/gtkcolorswatchaccessible.c index e2bc96770..4ca6c7df5 100644 --- a/gtk/a11y/gtkcolorswatchaccessible.c +++ b/gtk/a11y/gtkcolorswatchaccessible.c @@ -18,7 +18,7 @@ #include "config.h" #include -#include "gtkcolorswatchaccessible.h" +#include "gtkcolorswatchaccessibleprivate.h" static void atk_action_interface_init (AtkActionIface *iface); diff --git a/gtk/a11y/gtkcolorswatchaccessible.h b/gtk/a11y/gtkcolorswatchaccessibleprivate.h similarity index 100% rename from gtk/a11y/gtkcolorswatchaccessible.h rename to gtk/a11y/gtkcolorswatchaccessibleprivate.h diff --git a/gtk/gtkcolorswatch.c b/gtk/gtkcolorswatch.c index 8f6070841..f6d662b5e 100644 --- a/gtk/gtkcolorswatch.c +++ b/gtk/gtkcolorswatch.c @@ -31,7 +31,7 @@ #include "gtkpressandholdprivate.h" #include "gtkprivate.h" #include "gtkintl.h" -#include "a11y/gtkcolorswatchaccessible.h" +#include "a11y/gtkcolorswatchaccessibleprivate.h" struct _GtkColorSwatchPrivate -- 2.43.2