~azzar1/unity/lp-1226116

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/unity-search-bar-accessible.cpp

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * SECTION:unity-search_bar-accessible
21
21
 * @Title: UnitySearchBarAccessible
22
22
 * @short_description: Implementation of the ATK interfaces for #SearchBar
23
 
 * @see_also: SearchBar at DashSearchBar.h
 
23
 * @see_also: SearchBar at SearchBar.h
24
24
 *
25
25
 * #UnitySearchBarAccessible implements the required ATK interfaces for
26
26
 * #SearchBar, ie: exposing the different SearchBarIcon on the model as
33
33
#include "unity-search-bar-accessible.h"
34
34
 
35
35
#include "unitya11y.h"
36
 
#include "DashSearchBar.h"
 
36
#include "SearchBar.h"
37
37
 
38
 
using namespace unity::dash;
 
38
using namespace unity;
39
39
 
40
40
/* GObject */
41
41
static void unity_search_bar_accessible_class_init(UnitySearchBarAccessibleClass* klass);