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/interfaces/core.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kaddressbook/interfaces/core.h') diff --git a/kaddressbook/interfaces/core.h b/kaddressbook/interfaces/core.h index 996044f47..c291f208c 100644 --- a/kaddressbook/interfaces/core.h +++ b/kaddressbook/interfaces/core.h @@ -45,7 +45,7 @@ class Resource; class TQWidget; class KActionCollection; -class KConfig; +class TDEConfig; class KURL; namespace KAB { @@ -66,9 +66,9 @@ class KDE_EXPORT Core : public TQObject virtual KABC::AddressBook *addressBook() const = 0; /** - Returns a pointer to the KConfig object of the application. + Returns a pointer to the TDEConfig object of the application. */ - virtual KConfig *config() const = 0; + virtual TDEConfig *config() const = 0; /** Returns a pointer to the global KActionCollection object. So -- cgit v1.2.1