diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:53:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 10:53:50 -0600 |
commit | 9930e16dde86b7de9b792613d826f4f8648b9768 (patch) | |
tree | 1b32d0c97a13f5f8804b905642a7ae13f22ec836 /quanta/project | |
parent | 5193962621f44b83c1064e234fb8c8e94fd12749 (diff) | |
download | tdewebdev-9930e16dde86b7de9b792613d826f4f8648b9768.tar.gz tdewebdev-9930e16dde86b7de9b792613d826f4f8648b9768.zip |
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'quanta/project')
-rw-r--r-- | quanta/project/project.cpp | 4 | ||||
-rw-r--r-- | quanta/project/projectprivate.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/quanta/project/project.cpp b/quanta/project/project.cpp index 560b4e7e..d3786e3b 100644 --- a/quanta/project/project.cpp +++ b/quanta/project/project.cpp @@ -484,8 +484,8 @@ void Project::slotOptions() // Debuggers Combo - KTrader::OfferList offers = KTrader::self()->query("Quanta/Debugger"); - KTrader::OfferList::ConstIterator iterDbg; + TDETrader::OfferList offers = TDETrader::self()->query("Quanta/Debugger"); + TDETrader::OfferList::ConstIterator iterDbg; optionsPage.comboDebuggerClient->clear(); optionsPage.comboDebuggerClient->insertItem(i18n("No Debugger")); int idxDbg = 0; diff --git a/quanta/project/projectprivate.cpp b/quanta/project/projectprivate.cpp index 305831ab..7e676e2b 100644 --- a/quanta/project/projectprivate.cpp +++ b/quanta/project/projectprivate.cpp @@ -1494,8 +1494,8 @@ void ProjectPrivate::slotAddDirectory() void ProjectPrivate::slotDebuggerOptions() { // Debuggers Combo - 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; |