From 64df902cf71a8ee258fb85f6be26248f399aa01f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:05:15 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kmail/accountdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/accountdialog.cpp') diff --git a/kmail/accountdialog.cpp b/kmail/accountdialog.cpp index 8937fb480..73c3e3f09 100644 --- a/kmail/accountdialog.cpp +++ b/kmail/accountdialog.cpp @@ -36,7 +36,7 @@ #include #include -#include +#include #include #include #include @@ -365,7 +365,7 @@ void AccountDialog::makeLocalAccountPage() groupLayout->setSpacing( 6 ); groupLayout->setMargin( 11 ); - mLocal.lockProcmail = new TQRadioButton( i18n("Procmail loc&kfile:"), group); + mLocal.lockProcmail = new TQRadioButton( i18n("Procmail loc&tdefile:"), group); groupLayout->addWidget(mLocal.lockProcmail, 0, 0); mLocal.procmailLockFileName = new TQComboBox( true, group ); -- cgit v1.2.1