Fix a number of strings in Trinity that were incorrectly converted to TQ* from Q*

This fixes the Kopete MSN protocol among other things


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent b05498a5f7
commit f3a3aa3398

@ -219,7 +219,7 @@ KDE_NO_EXPORT void KMPlayerVDRSource::playCurrent () {
KDE_NO_EXPORT void KMPlayerVDRSource::processStopped () {
if (m_socket->state () == TQSocket::Connected) {
queueCommand (TQString ("VOLU %1\n").tqarg (m_stored_volume).ascii ());
queueCommand ("TQUIT\n");
queueCommand ("QUIT\n");
}
}
@ -299,7 +299,7 @@ KDE_NO_EXPORT void KMPlayerVDRSource::disconnected () {
KDE_NO_EXPORT void KMPlayerVDRSource::toggleConnected () {
if (m_socket->state () == TQSocket::Connected) {
queueCommand ("TQUIT\n");
queueCommand ("QUIT\n");
killTimer (channel_timer);
channel_timer = 0;
} else {

Loading…
Cancel
Save