summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopetepluginmanager.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:52:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:52:14 -0600
commit2e53bd0b77676f879fad7baeecea5879bf496a7d (patch)
tree518dd08a0776eaeec89c9772676c3b8b35208d39 /kopete/libkopete/kopetepluginmanager.cpp
parent3a41b8717f3769966a157f243f46bc58dea9bbd7 (diff)
downloadtdenetwork-2e53bd0b77676f879fad7baeecea5879bf496a7d.tar.gz
tdenetwork-2e53bd0b77676f879fad7baeecea5879bf496a7d.zip
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'kopete/libkopete/kopetepluginmanager.cpp')
-rw-r--r--kopete/libkopete/kopetepluginmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopetepluginmanager.cpp b/kopete/libkopete/kopetepluginmanager.cpp
index 5648e0cc..4c94a326 100644
--- a/kopete/libkopete/kopetepluginmanager.cpp
+++ b/kopete/libkopete/kopetepluginmanager.cpp
@@ -91,7 +91,7 @@ PluginManager* PluginManager::self()
PluginManager::PluginManager() : TQObject( tqApp ), d( new Private )
{
- d->plugins = KPluginInfo::fromServices( KTrader::self()->query( TQString::fromLatin1( "Kopete/Plugin" ),
+ d->plugins = KPluginInfo::fromServices( TDETrader::self()->query( TQString::fromLatin1( "Kopete/Plugin" ),
TQString::fromLatin1( "[X-Kopete-Version] == 1000900" ) ) );
// We want to add a reference to the application's event loop so we