diff options
Diffstat (limited to 'kbugbuster')
-rw-r--r-- | kbugbuster/gui/cwbugdetailscontainer.cpp | 2 |
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) |