~ubuntu-branches/ubuntu/utopic/ibus-qt/utopic

« back to all changes in this revision

Viewing changes to src/qibusinputcontext.cpp

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2010-04-10 16:25:47 UTC
  • mfrom: (5.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100410162547-9k8zunomsq7nre2c
Tags: 1.3.0-1
* New upstream release.
* debian/control: bump standards version to 3.8.4.
* debian/source/format: 3.0.
* Fix "FTBFS with binutils-gold" (Closes: #554862)
  - debian/patches/binutils-gold: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
InputContext::InputContext (const BusPointer &bus, const QString &path)
8
8
 : m_bus (bus)
9
9
{
10
 
    m_context = new InputContextProxy ("org.freedesktop.IBus",
11
 
                                       path,
12
 
                                       m_bus->getConnection ());
 
10
    m_context = new IBusInputContextProxy ("org.freedesktop.IBus",
 
11
                                           path,
 
12
                                           m_bus->getConnection ());
13
13
 
14
14
    /* commit text */
15
15
    QObject::connect (m_context, SIGNAL (CommitText (const QDBusVariant &)),