Fix a number of accidental tqStatus string conversions

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent d3aa19ae50
commit a401060f42

@ -80,7 +80,7 @@ ResultsSearchBar::ResultsSearchBar(TQWidget* parent, const char* name)
d->tqlayout->addWidget(d->searchLine);
TQLabel* statusLabel = new TQLabel(this);
statusLabel->setText( i18n("tqStatus:") );
statusLabel->setText( i18n("Status:") );
d->tqlayout->addWidget(statusLabel);
d->searchCombo = new KComboBox(this, "searchcombo");

@ -20,7 +20,7 @@
#include <kiconloader.h>
const TQString ResultView::URL_LABEL = "URL";
const TQString ResultView::STATUS_LABEL = "tqStatus";
const TQString ResultView::STATUS_LABEL = "Status";
const TQString ResultView::MARKUP_LABEL = "Markup";
const TQString ResultView::LINK_LABEL_LABEL = "Label";

@ -88,7 +88,7 @@ void TableLinkstatus::setColumns(TQStringList const& columns)
{
if(i == 0)
{
Q_ASSERT(columns[i] == i18n("tqStatus") && col_status_ == 1);
Q_ASSERT(columns[i] == i18n("Status") && col_status_ == 1);
setColumnWidth(i, STATUS_COLUMN_WIDTH);
}
else if(i == 1)

Loading…
Cancel
Save