summaryrefslogtreecommitdiffstats
path: root/libktorrent/pluginmanager.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:44:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:44:29 -0600
commit2cf12b3b4be272da465791312b82cfcc77704b9d (patch)
treeba7ef5bef653dc61153b3cc52ffb8b1a26077bd1 /libktorrent/pluginmanager.h
parent95fa1b2e1f05fa546f5846267044032bcdb92493 (diff)
downloadktorrent-2cf12b3b4be272da465791312b82cfcc77704b9d.tar.gz
ktorrent-2cf12b3b4be272da465791312b82cfcc77704b9d.zip
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'libktorrent/pluginmanager.h')
-rw-r--r--libktorrent/pluginmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/pluginmanager.h b/libktorrent/pluginmanager.h
index af5f46c..b86e521 100644
--- a/libktorrent/pluginmanager.h
+++ b/libktorrent/pluginmanager.h
@@ -52,7 +52,7 @@ namespace kt
/**
* Load the list of plugins.
- * This basically uses KTrader to get a list of available plugins, and
+ * This basically uses TDETrader to get a list of available plugins, and
* loads those, but does not initialize them. We will consider a plugin loaded
* when it's load method is called.
*/