summaryrefslogtreecommitdiffstats
path: root/kbugbuster
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:20:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 08:20:07 -0600
commit087f8d4521b0bc6614dc4b664b23674a7f5f5020 (patch)
tree7bfabb798bc358b9a99db46b8e4a00795af7cb2c /kbugbuster
parent9a9f0befb2983057ba63aa63ce22726db67fd500 (diff)
downloadtdesdk-087f8d4521b0bc6614dc4b664b23674a7f5f5020.tar.gz
tdesdk-087f8d4521b0bc6614dc4b664b23674a7f5f5020.zip
Rename KLocale to enhance compatibility with KDE4
Diffstat (limited to 'kbugbuster')
-rw-r--r--kbugbuster/gui/cwbugdetailscontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbugbuster/gui/cwbugdetailscontainer.cpp b/kbugbuster/gui/cwbugdetailscontainer.cpp
index 7b57ec1b..6ad503cc 100644
--- a/kbugbuster/gui/cwbugdetailscontainer.cpp
+++ b/kbugbuster/gui/cwbugdetailscontainer.cpp
@@ -110,7 +110,7 @@ void CWBugDetailsContainer::setBug( const Bug &bug, const BugDetails &details )
if ( bug.mergedWith().size() )
{
- //FIXME: What should the separator be for lists? Don't see anything in KLocale for that
+ //FIXME: What should the separator be for lists? Don't see anything in TDELocale for that
TQString list;
Bug::BugMergeList mergedWith = bug.mergedWith();
for (Bug::BugMergeList::ConstIterator i = mergedWith.begin(); i != mergedWith.end(); ++i)