summaryrefslogtreecommitdiffstats
path: root/tdespell2
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:51:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:51:32 -0600
commit0c9d97065a3d6ceb12d687555a1a33d90db96238 (patch)
tree4305105967fc03b06139b57871d5ab6d2360e75b /tdespell2
parent59d153016be1e09cb31cdb18bef0a649acfc6292 (diff)
downloadtdelibs-0c9d97065a3d6ceb12d687555a1a33d90db96238.tar.gz
tdelibs-0c9d97065a3d6ceb12d687555a1a33d90db96238.zip
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'tdespell2')
-rw-r--r--tdespell2/broker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdespell2/broker.cpp b/tdespell2/broker.cpp
index 5e03c377b..ef8c07dac 100644
--- a/tdespell2/broker.cpp
+++ b/tdespell2/broker.cpp
@@ -174,7 +174,7 @@ Settings* Broker::settings() const
void Broker::loadPlugins()
{
d->plugins = KPluginInfo::fromServices(
- KTrader::self()->query( "KSpell/Client" ) );
+ TDETrader::self()->query( "KSpell/Client" ) );
for ( KPluginInfo::List::Iterator itr = d->plugins.begin();
itr != d->plugins.end(); ++itr ) {