summaryrefslogtreecommitdiffstats
path: root/quanta/project/project.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/project/project.cpp')
-rw-r--r--quanta/project/project.cpp4
1 files changed, 2 insertions, 2 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;