~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to kdeui/dialogs/kshortcutschemeseditor.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2012-03-03 00:25:28 UTC
  • mfrom: (1.14.15)
  • Revision ID: package-import@ubuntu.com-20120303002528-chhwyfluldkicy5k
Tags: 4:4.8.1-0ubuntu1
* New upstream release
  - Update symbol files

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 
86
86
    l->addStretch(1);
87
87
 
88
 
    connect(m_schemesList, SIGNAL(activated(const QString&)),
89
 
        this, SIGNAL(shortcutsSchemeChanged(const QString&)));
 
88
    connect(m_schemesList, SIGNAL(activated(QString)),
 
89
        this, SIGNAL(shortcutsSchemeChanged(QString)));
90
90
    connect(m_newScheme, SIGNAL(clicked()), this, SLOT(newScheme()));
91
91
    connect(m_deleteScheme, SIGNAL(clicked()), this, SLOT(deleteScheme()));
92
92
    updateDeleteButton();