From 087f8d4521b0bc6614dc4b664b23674a7f5f5020 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 08:20:07 -0600 Subject: Rename KLocale to enhance compatibility with KDE4 --- kbugbuster/gui/cwbugdetailscontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbugbuster') 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) -- cgit v1.2.1