|
|
|
@ -168,7 +168,7 @@ void LogManager::openingProgress(int percent) {
|
|
|
|
|
|
|
|
|
|
//Move this signal to Loading Dialog class
|
|
|
|
|
emit GUIUpdated();
|
|
|
|
|
//((KSystemLog*)( view->parent()))->kapp->processEvents();
|
|
|
|
|
//((KSystemLog*)( view->parent()))->tdeApp->processEvents();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -482,7 +482,7 @@ void LogManager::slotSendMail() {
|
|
|
|
|
const TQStringList & attachURLs,
|
|
|
|
|
const TQCString & startup_id
|
|
|
|
|
*/
|
|
|
|
|
kapp->invokeMailer("", "", "", i18n("Log Lines of my problem"), body, "", TQStringList(), kapp->startupId());
|
|
|
|
|
tdeApp->invokeMailer("", "", "", i18n("Log Lines of my problem"), body, "", TQStringList(), tdeApp->startupId());
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|