~ubuntu-branches/ubuntu/natty/kdemultimedia/natty-proposed

« back to all changes in this revision

Viewing changes to juk/searchwidget.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers
  • Date: 2011-05-26 02:41:36 UTC
  • mfrom: (0.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: james.westby@ubuntu.com-20110526024136-jjwsigfy402jhupm
Tags: upstream-4.6.3
ImportĀ upstreamĀ versionĀ 4.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    if(!m_simple) {
54
54
        m_searchFieldsBox = new KComboBox(this);
55
55
        layout->addWidget(m_searchFieldsBox);
56
 
        m_searchFieldsBox->setObjectName( "searchFields" );
 
56
        m_searchFieldsBox->setObjectName( QLatin1String( "searchFields" ) );
57
57
        connect(m_searchFieldsBox, SIGNAL(activated(int)),
58
58
                this, SIGNAL(signalQueryChanged()));
59
59
    }