From 9930e16dde86b7de9b792613d826f4f8648b9768 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:53:50 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- quanta/project/project.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quanta/project/project.cpp') 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; -- cgit v1.2.1