summaryrefslogtreecommitdiffstats
path: root/klinkstatus
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commit396e121758a344c50800867343bed230aea11a64 (patch)
tree594d397452138da5ab8cb06ba23f1cb8cfa12fd8 /klinkstatus
parenta401060f421c5533f26cb038a59c6f7b24e51266 (diff)
downloadtdewebdev-396e121758a344c50800867343bed230aea11a64.tar.gz
tdewebdev-396e121758a344c50800867343bed230aea11a64.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'klinkstatus')
-rw-r--r--klinkstatus/src/actionmanager.cpp4
-rw-r--r--klinkstatus/src/engine/searchmanager.cpp2
-rw-r--r--klinkstatus/src/ui/resultview.cpp2
-rw-r--r--klinkstatus/src/ui/tablelinkstatus.cpp4
-rw-r--r--klinkstatus/src/utils/xsl.cpp2
5 files changed, 7 insertions, 7 deletions
diff --git a/klinkstatus/src/actionmanager.cpp b/klinkstatus/src/actionmanager.cpp
index 2f74369d..3026736b 100644
--- a/klinkstatus/src/actionmanager.cpp
+++ b/klinkstatus/src/actionmanager.cpp
@@ -105,13 +105,13 @@ void ActionManager::initPart(KLinkStatusPart* part)
// *************** Settings menu *********************
- (void) new KAction(i18n("Configure KLinktqStatus..."), "configure",
+ (void) new KAction(i18n("Configure KLinkStatus..."), "configure",
0, d->part, TQT_SLOT(slotConfigureKLinktqStatus()),
TQT_TQOBJECT(d->actionCollection), "configure_klinkstatus");
// *************** Help menu *********************
- (void) new KAction(i18n("About KLinktqStatus"), "klinkstatus",
+ (void) new KAction(i18n("About KLinkStatus"), "klinkstatus",
0, d->part, TQT_SLOT(slotAbout()),
TQT_TQOBJECT(d->actionCollection), "about_klinkstatus");
diff --git a/klinkstatus/src/engine/searchmanager.cpp b/klinkstatus/src/engine/searchmanager.cpp
index 6ba9a1ba..282a2de8 100644
--- a/klinkstatus/src/engine/searchmanager.cpp
+++ b/klinkstatus/src/engine/searchmanager.cpp
@@ -106,7 +106,7 @@ void SearchManager::cleanItems()
((search_results_[i])[j])[l] = 0;
}
else
- kdDebug(23100) << "LinktqStatus NULL!!" << endl;
+ kdDebug(23100) << "LinkStatus NULL!!" << endl;
}
search_results_[i][j].clear();
}
diff --git a/klinkstatus/src/ui/resultview.cpp b/klinkstatus/src/ui/resultview.cpp
index 7f64334b..32c9e527 100644
--- a/klinkstatus/src/ui/resultview.cpp
+++ b/klinkstatus/src/ui/resultview.cpp
@@ -133,7 +133,7 @@ TQColor const& ResultViewItem::textStatusColor() const
{
if(linktqStatus()->errorOccurred())
{
- //kdDebug(23100) << "ERROR: " << linktqStatus()->error() << ": " << linktqStatus()->absoluteUrl().prettyURL() << endl;
+ //kdDebug(23100) << "ERROR: " << linkStatus()->error() << ": " << linktqStatus()->absoluteUrl().prettyURL() << endl;
if(linktqStatus()->error() == i18n( "Javascript not supported" ))
return TQt::lightGray;
else
diff --git a/klinkstatus/src/ui/tablelinkstatus.cpp b/klinkstatus/src/ui/tablelinkstatus.cpp
index df7ade68..90eff9b6 100644
--- a/klinkstatus/src/ui/tablelinkstatus.cpp
+++ b/klinkstatus/src/ui/tablelinkstatus.cpp
@@ -487,7 +487,7 @@ TQColor const& TableItem::textStatusColor() const
{
if(linktqStatus()->errorOccurred())
{
- //kdDebug(23100) << "ERROR: " << linktqStatus()->error() << ": " << linktqStatus()->absoluteUrl().prettyURL() << endl;
+ //kdDebug(23100) << "ERROR: " << linkStatus()->error() << ": " << linktqStatus()->absoluteUrl().prettyURL() << endl;
if(linktqStatus()->error() == i18n( "Javascript not supported" ))
return TQt::lightGray;
else
@@ -636,7 +636,7 @@ void TableItemtqStatus::setText()
/*
if(linktqStatus()->httpHeader().statusCode() == 0)
{
- kdDebug(23100) << "TableItemtqStatus::setText : statusCode() == 0" << endl;
+ kdDebug(23100) << "TableItemStatus::setText : statusCode() == 0" << endl;
kdDebug(23100) << linktqStatus()->toString() << endl;
kdDebug(23100) << linktqStatus()->docHtml() << endl;
}
diff --git a/klinkstatus/src/utils/xsl.cpp b/klinkstatus/src/utils/xsl.cpp
index fc3c8f31..03c1a6a0 100644
--- a/klinkstatus/src/utils/xsl.cpp
+++ b/klinkstatus/src/utils/xsl.cpp
@@ -179,7 +179,7 @@ TQString KopeteXSLThread::xsltTransform( const TQString &xmlString, xsltStyleshe
if ( resultString.isEmpty() )
{
- resultString = i18n( "<div><b>KLinktqStatus encountered the following error while parsing a message:</b><br />%1</div>" ).tqarg( errorMsg );
+ resultString = i18n( "<div><b>KLinkStatus encountered the following error while parsing a message:</b><br />%1</div>" ).tqarg( errorMsg );
}
#ifdef RAWXSL