From 703fb0c89c2eee56a1e613e67a446db9d4287929 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:07 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tdecore/kstandarddirs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kstandarddirs.cpp') diff --git a/tdecore/kstandarddirs.cpp b/tdecore/kstandarddirs.cpp index 85d6e4249..c902cd6f1 100644 --- a/tdecore/kstandarddirs.cpp +++ b/tdecore/kstandarddirs.cpp @@ -1534,13 +1534,13 @@ static TQStringList lookupProfiles(const TQString &mapFile) extern bool kde_kiosk_admin; -bool KStandardDirs::addCustomized(KConfig *config) +bool KStandardDirs::addCustomized(TDEConfig *config) { if (addedCustoms && !d->checkRestrictions) // there are already customized entries return false; // we just quit and hope they are the right ones // save the numbers of config directories. If this changes, - // we will return true to give KConfig a chance to reparse + // we will return true to give TDEConfig a chance to reparse uint configdirs = resourceDirs("config").count(); // Remember original group -- cgit v1.2.3