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 --- kaddressbook/kabcore.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kaddressbook/kabcore.h') diff --git a/kaddressbook/kabcore.h b/kaddressbook/kabcore.h index d3ce562b4..c8d368722 100644 --- a/kaddressbook/kabcore.h +++ b/kaddressbook/kabcore.h @@ -49,7 +49,7 @@ class CategorySelectDialog; class TDEAboutData; class KAction; class KActionCollection; -class KConfig; +class TDEConfig; class KPushButton; class KStatusBar; class KToggleAction; @@ -106,9 +106,9 @@ class KDE_EXPORT KABCore : public KAB::Core KABC::AddressBook *addressBook() const; /** - Returns a pointer to the KConfig object of the application. + Returns a pointer to the TDEConfig object of the application. */ - KConfig *config() const; + TDEConfig *config() const; /** Returns a pointer to the global KActionCollection object. So -- cgit v1.2.1