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

« back to all changes in this revision

Viewing changes to libkcompactdisc/kcompactdisc_p.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:
52
52
 
53
53
    q_ptr(p)
54
54
{
55
 
        m_interface = QString("dummy");
 
55
    m_interface = QLatin1String("dummy");
56
56
    m_trackStartFrames.clear();
57
 
        m_trackArtists.clear();
 
57
    m_trackArtists.clear();
58
58
    m_trackTitles.clear();
59
 
        m_playlist.clear();
 
59
    m_playlist.clear();
60
60
}
61
61
 
62
62
bool KCompactDiscPrivate::moveInterface(const QString &deviceName,
76
76
                delete pOld;
77
77
        }
78
78
 
79
 
        if(audioSystem == QString("phonon"))
 
79
        if(audioSystem == QLatin1String("phonon"))
80
80
                pNew = new KPhononCompactDiscPrivate(q, deviceName);
81
81
#ifdef USE_WMLIB
82
82
        else