summaryrefslogtreecommitdiffstats
path: root/kconf_update/kconf_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kconf_update/kconf_update.cpp')
-rw-r--r--kconf_update/kconf_update.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconf_update/kconf_update.cpp b/kconf_update/kconf_update.cpp
index ac4fda768..15a963678 100644
--- a/kconf_update/kconf_update.cpp
+++ b/kconf_update/kconf_update.cpp
@@ -209,7 +209,7 @@ KonfUpdate::log()
TQStringList KonfUpdate::findUpdateFiles(bool dirtyOnly)
{
TQStringList result;
- TQStringList list = KGlobal::dirs()->findAllResources("data", "kconf_update/*.upd", false, true);
+ TQStringList list = TDEGlobal::dirs()->findAllResources("data", "kconf_update/*.upd", false, true);
for(TQStringList::ConstIterator it = list.begin();
it != list.end();
++it)