From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmail/accountwizard.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/accountwizard.cpp') diff --git a/kmail/accountwizard.cpp b/kmail/accountwizard.cpp index 68ba83b9..dc76ac7d 100644 --- a/kmail/accountwizard.cpp +++ b/kmail/accountwizard.cpp @@ -76,13 +76,13 @@ enum Capabilities AllCapa = 0xffffffff }; -class AccountTypeBox : public KListBox +class AccountTypeBox : public TDEListBox { public: enum Type { Local, POP3, IMAP, dIMAP, Maildir }; AccountTypeBox( TQWidget *parent ) - : KListBox( parent, "AccountTypeBox" ) + : TDEListBox( parent, "AccountTypeBox" ) { mTypeList << i18n( "Local mailbox" ); mTypeList << i18n( "POP3" ); -- cgit v1.2.3