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 --- wizards/kmailchanges.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards/kmailchanges.h') diff --git a/wizards/kmailchanges.h b/wizards/kmailchanges.h index 7622608d5..f238b3628 100644 --- a/wizards/kmailchanges.h +++ b/wizards/kmailchanges.h @@ -29,13 +29,13 @@ namespace KWallet { class Wallet; } -class CreateImapAccount : public KConfigPropagator::Change +class CreateImapAccount : public TDEConfigPropagator::Change { public: class CustomWriter { public: - virtual void writeFolder( KConfig &, int folderId ) = 0; + virtual void writeFolder( TDEConfig &, int folderId ) = 0; virtual void writeIds( int accountId, int transportId ) = 0; }; -- cgit v1.2.1