~ubuntu-branches/ubuntu/precise/kdeaccessibility/precise

« back to all changes in this revision

Viewing changes to kmouth/phrasebook/phrasebook.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-25 17:03:56 UTC
  • mfrom: (1.1.51 upstream)
  • Revision ID: james.westby@ubuntu.com-20101125170356-w63pmnluzve1kugy
Tags: 4:4.5.80-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
   Q_OBJECT
178
178
public:
179
179
   PhraseAction (const QString& phrase, const QString& cut, const QObject* receiver, const char* slot, KActionCollection* parent)
180
 
   : KAction (KIcon("phrase"), phrase, parent) {
 
180
   : KAction (KIcon(QLatin1String( "phrase" )), phrase, parent) {
181
181
      this->setShortcut(cut);
182
182
      this->phrase = phrase;
183
183
      connect (this, SIGNAL(triggered()), this, SLOT(slotTriggered()));