summaryrefslogtreecommitdiffstats
path: root/buildtools/pascal/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/pascal/service.cpp')
-rw-r--r--buildtools/pascal/service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/pascal/service.cpp b/buildtools/pascal/service.cpp
index 15b607ff..c74ce97e 100644
--- a/buildtools/pascal/service.cpp
+++ b/buildtools/pascal/service.cpp
@@ -66,7 +66,7 @@ int ServiceComboBox::itemForText(const TQString &str, const TQStringList &names)
TQString ServiceComboBox::defaultCompiler()
{
- KTrader::OfferList offers = KTrader::self()->query("TDevelop/CompilerOptions", "[X-TDevelop-Language] == 'Pascal'");
+ TDETrader::OfferList offers = TDETrader::self()->query("TDevelop/CompilerOptions", "[X-TDevelop-Language] == 'Pascal'");
TQValueList<KService::Ptr>::ConstIterator it;
for (it = offers.begin(); it != offers.end(); ++it) {
if ((*it)->property("X-TDevelop-Default").toBool()) {