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.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdepim/kaccount.cpp') diff --git a/libtdepim/kaccount.cpp b/libtdepim/kaccount.cpp index 392fea265..f8fd61cf4 100644 --- a/libtdepim/kaccount.cpp +++ b/libtdepim/kaccount.cpp @@ -39,7 +39,7 @@ KAccount::KAccount( const uint id, const TQString &name, const Type type ) { } -void KAccount::writeConfig( KConfig &config, const TQString &group ) +void KAccount::writeConfig( TDEConfig &config, const TQString &group ) { TQString oldGroup = config.group(); if (!group.isEmpty()) @@ -50,7 +50,7 @@ void KAccount::writeConfig( KConfig &config, const TQString &group ) config.setGroup(oldGroup); } -void KAccount::readConfig( KConfig &config, const TQString &group ) +void KAccount::readConfig( TDEConfig &config, const TQString &group ) { TQString oldGroup = config.group(); if (!group.isEmpty()) -- cgit v1.2.1