From 28edc0aa2ab09297288186f5bc15765eb7be58c0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:47:22 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kconf_update/kconf_update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconf_update/kconf_update.cpp') 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) -- cgit v1.2.1