From da52348c5cdc76ce4ff748dc3317d557b267c885 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Jan 2025 17:20:40 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- doc/html/configelem_8cpp-source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/configelem_8cpp-source.html') diff --git a/doc/html/configelem_8cpp-source.html b/doc/html/configelem_8cpp-source.html index 2121fff..69b11ce 100644 --- a/doc/html/configelem_8cpp-source.html +++ b/doc/html/configelem_8cpp-source.html @@ -124,7 +124,7 @@ 00107 void ConfigElem::saveOptions( TQDomDocument& doc, TQDomElement& parent ) 00108 { 00109 //get application config -00110 TDEConfig* config = TDEApplication::kApplication()->config(); +00110 TDEConfig* config = tdeApp->config(); 00111 00112 //save the active state 00113 config->setGroup( getAccountName() ); @@ -314,7 +314,7 @@ 00297 setPassword( password ); 00298 00299 //save password in file or TDEWallet -00300 TDEConfig* config = TDEApplication::kApplication()->config(); +00300 TDEConfig* config = tdeApp->config(); 00301 config->setGroup( getAccountName() ); 00302 00303 if( PasswordStorage == CONFIG_VALUE_ACCOUNT_PASSWORD_SAVE_FILE ) @@ -605,7 +605,7 @@ 00588 emit sigMessageWindowOpened(); 00589 00590 //create and open the window -00591 ShowMailDialog dlg( kapp->mainWidget(), m_strAccount, appConfig->allowHTML(), tsender, tdate, tsize, tsubject, tmailbody ); +00591 ShowMailDialog dlg( tdeApp->mainWidget(), m_strAccount, appConfig->allowHTML(), tsender, tdate, tsize, tsubject, tmailbody ); 00592 int ret = dlg.exec(); 00593 00594 //emit signal to notify the closing of a window -- cgit v1.2.3