From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmail/kmstartup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/kmstartup.cpp') diff --git a/kmail/kmstartup.cpp b/kmail/kmstartup.cpp index 6c041b0f1..43346fbcf 100644 --- a/kmail/kmstartup.cpp +++ b/kmail/kmstartup.cpp @@ -123,8 +123,8 @@ void checkConfigUpdates() { static const int numUpdates = sizeof updates / sizeof *updates; // Warning: do not remove entries in the above array, or the update-level check below will break - KConfig * config = KMKernel::config(); - KConfigGroup startup( config, "Startup" ); + TDEConfig * config = KMKernel::config(); + TDEConfigGroup startup( config, "Startup" ); const int configUpdateLevel = startup.readNumEntry( "update-level", 0 ); if ( configUpdateLevel == numUpdates ) // Optimize for the common case that everything is OK return; -- cgit v1.2.1