summaryrefslogtreecommitdiffstats
path: root/quanta/components/debugger
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:53:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:53:50 -0600
commit9930e16dde86b7de9b792613d826f4f8648b9768 (patch)
tree1b32d0c97a13f5f8804b905642a7ae13f22ec836 /quanta/components/debugger
parent5193962621f44b83c1064e234fb8c8e94fd12749 (diff)
downloadtdewebdev-9930e16dde86b7de9b792613d826f4f8648b9768.tar.gz
tdewebdev-9930e16dde86b7de9b792613d826f4f8648b9768.zip
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'quanta/components/debugger')
-rw-r--r--quanta/components/debugger/debuggermanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/components/debugger/debuggermanager.cpp b/quanta/components/debugger/debuggermanager.cpp
index 9583db91..e9b9573a 100644
--- a/quanta/components/debugger/debuggermanager.cpp
+++ b/quanta/components/debugger/debuggermanager.cpp
@@ -88,8 +88,8 @@ void DebuggerManager::slotNewProjectLoaded(const TQString &projectname, const KU
if(!projectname.isEmpty())
{
- KTrader::OfferList offers = KTrader::self()->query("Quanta/Debugger");
- KTrader::OfferList::ConstIterator iterDbg;
+ TDETrader::OfferList offers = TDETrader::self()->query("Quanta/Debugger");
+ TDETrader::OfferList::ConstIterator iterDbg;
for(iterDbg = offers.begin(); iterDbg != offers.end(); ++iterDbg)
{
KService::Ptr service = *iterDbg;