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 --- libtdepim/kaccount.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libtdepim/kaccount.h') diff --git a/libtdepim/kaccount.h b/libtdepim/kaccount.h index d0a1b7f21..559a3c03c 100644 --- a/libtdepim/kaccount.h +++ b/libtdepim/kaccount.h @@ -35,7 +35,7 @@ #include #include -class KConfig; +class TDEConfig; class KDE_EXPORT KAccount { @@ -73,15 +73,15 @@ class KDE_EXPORT KAccount /** * Save the settings - * If the group is empty it must be preset in the KConfig + * If the group is empty it must be preset in the TDEConfig */ - void writeConfig( KConfig &config, const TQString &group = TQString() ); + void writeConfig( TDEConfig &config, const TQString &group = TQString() ); /** * Read the settings - * If the group is empty it must be preset in the KConfig + * If the group is empty it must be preset in the TDEConfig */ - void readConfig( KConfig &config, const TQString &group = TQString() ); + void readConfig( TDEConfig &config, const TQString &group = TQString() ); protected: uint mId; -- cgit v1.2.1