summaryrefslogtreecommitdiffstats
path: root/kolf/pluginloader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/pluginloader.cpp')
-rw-r--r--kolf/pluginloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/pluginloader.cpp b/kolf/pluginloader.cpp
index 8cf39d69..9f320856 100644
--- a/kolf/pluginloader.cpp
+++ b/kolf/pluginloader.cpp
@@ -17,7 +17,7 @@ ObjectList *PluginLoader::loadAll()
ObjectList *ret = new ObjectList;
TQStringList libs;
- TQStringList files = KGlobal::dirs()->findAllResources("appdata", "*.plugin", false, true);
+ TQStringList files = TDEGlobal::dirs()->findAllResources("appdata", "*.plugin", false, true);
for (TQStringList::Iterator it = files.begin(); it != files.end(); ++it)
{