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/kaddressbookview.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kaddressbook/kaddressbookview.h') diff --git a/kaddressbook/kaddressbookview.h b/kaddressbook/kaddressbookview.h index 86153200d..1f26ca71e 100644 --- a/kaddressbook/kaddressbookview.h +++ b/kaddressbook/kaddressbookview.h @@ -36,7 +36,7 @@ #include "filter.h" #include "viewconfigurewidget.h" -class KConfig; +class TDEConfig; class KXMLGUIClient; class TQDropEvent; @@ -80,10 +80,10 @@ class KDE_EXPORT KAddressBookView : public TQWidget If overloaded in the subclass, do not forget to call super class's method. - @param config The KConfig object to read from. The group will already + @param config The TDEConfig object to read from. The group will already be set, so do not change the group. */ - virtual void readConfig( KConfig *config ); + virtual void readConfig( TDEConfig *config ); /** Called whenever this view should write the config. The view should not @@ -94,9 +94,9 @@ class KDE_EXPORT KAddressBookView : public TQWidget If overloaded in the subclass, do not forget to call the super class's method. */ - // The KConfig object is unused so we do not document it + // The TDEConfig object is unused so we do not document it // else doxygen will complain. - virtual void writeConfig( KConfig * ); + virtual void writeConfig( TDEConfig * ); /** Returns a TQString with all the selected email addresses concatenated -- cgit v1.2.1