Fix remaining instances of tqStatus embedded in user visible strings

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 2410b4e25d
commit ae2f0b5ac8

@ -214,8 +214,8 @@ KTorrent::KTorrent()
addToolWidget(m_group_view,"player_playlist",i18n("Groups"),DOCK_LEFT);
setAutoSaveSettings("WindowtqStatus",true);
KGlobal::config()->setGroup("WindowtqStatus");
setAutoSaveSettings("WindowStatus",true);
KGlobal::config()->setGroup("WindowStatus");
bool hidden_on_exit = KGlobal::config()->readBoolEntry("hidden_on_exit",false);
if (Settings::showSystemTrayIcon())
{
@ -598,7 +598,7 @@ bool KTorrent::queryExit()
// stop timers to prevent update
m_gui_update_timer.stop();
KGlobal::config()->setGroup("WindowtqStatus");
KGlobal::config()->setGroup("WindowStatus");
KGlobal::config()->writeEntry("hidden_on_exit",this->isHidden());
KGlobal::config()->writeEntry("menubar_hidden",menuBar()->isHidden());
KGlobal::config()->writeEntry("statusbar_hidden",statusBar()->isHidden());

@ -147,7 +147,7 @@ static void RegisterAlloc(void* ptr,Uint32 size)
static void DeregisterAlloc(void* ptr)
{
if (print_status_done)
printf("PrinttqStatus already happened !!!!!!!!!!\n");
printf("PrintStatus already happened !!!!!!!!!!\n");
Uint32 b = ADDR_HASH(ptr);
MemAlloc* p = mtree.buckets[b];

@ -51,7 +51,7 @@ namespace kt
{
setTitle("<h3>" + p->getGuiName() + "</h3>");
setDescription(
i18n("%1<br>tqStatus: <b>%2</b><br>Author: %3").tqarg(p->getDescription())
i18n("%1<br>Status: <b>%2</b><br>Author: %3").tqarg(p->getDescription())
.tqarg(p->isLoaded() ? i18n("Loaded") : i18n("Not loaded"))
.tqarg(p->getAuthor()));
}

@ -82,7 +82,7 @@ namespace kt
TorrentStats stats;
//Priority file_priority;
TQString status;
out << "function downloadtqStatus()\n{\nreturn array(";
out << "function downloadStatus()\n{\nreturn array(";
TQPtrList<TorrentInterface>::iterator i= core->getQueueManager()->begin();
for(int k=0; i != core->getQueueManager()->end(); i++, k++)

@ -59,7 +59,7 @@
echo "<td>Checking Data</td>";
break;
default:
echo "<td>Not supported tqStatus</td>";
echo "<td>Not supported Status</td>";
}
echo "<td>$perc%</td>";
$a=$a+1;

@ -31,7 +31,7 @@
<tbody>
<?php
echo "<tr>";
echo "<td><strong>tqStatus: </strong></td>";
echo "<td><strong>Status: </strong></td>";
switch ($t['status']) {
case 0:
echo "<td>NOT_STARTED</td>";
@ -67,7 +67,7 @@
echo "<td>CHECKING_DATA</td>";
break;
default:
echo "<td>Not supported tqStatus</td>";
echo "<td>Not supported Status</td>";
}
echo "</tr>";
echo "<tr>";

Loading…
Cancel
Save