dont use deprecated function

wilder-work
Montel Laurent 12 years ago
parent f6f01d084e
commit e26dc54bf4
  1. 2
      identity/identitydialog.cpp

@ -961,7 +961,7 @@ void IdentityDialog::updateIdentity( KPIMIdentities::Identity & ident ) {
TemplateParser::Templates t( iid );
qDebug() << "use custom templates for identity" << identity <<":" << mCustom->isChecked();
t.setUseCustomTemplates(mCustom->isChecked());
t.writeConfig();
t.save();
mWidget->saveToIdentity( identity );
#endif

Loading…
Cancel
Save