diff options
Diffstat (limited to 'quanta/src/quanta.cpp')
| -rw-r--r-- | quanta/src/quanta.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp index 49457eda..de24c83a 100644 --- a/quanta/src/quanta.cpp +++ b/quanta/src/quanta.cpp @@ -217,7 +217,7 @@ QuantaApp::QuantaApp(int mdiMode) : DCOPObject("WindowManagerIf"), KMdiMainFrm( userToolbarsCount = 0; baseNode = 0L; currentToolbarDTD = TQString(); - m_config=kapp->config(); + m_config=tdeApp->config(); idleTimer = new TQTimer(this); connect(idleTimer, TQ_SIGNAL(timeout()), TQ_SLOT(slotIdleTimerExpired())); m_idleTimerEnabled = true; @@ -230,7 +230,7 @@ QuantaApp::QuantaApp(int mdiMode) : DCOPObject("WindowManagerIf"), KMdiMainFrm( kdWarning() << i18n("Quanta data files were not found.") << endl; kdWarning() << i18n("You may have forgotten to run \"make install\", or your TDEDIR, TDEDIRS or PATH are not set correctly.") << endl; kdWarning() << "***************************************************************************" << endl; - TQTimer::singleShot(20, kapp, TQ_SLOT(quit())); + TQTimer::singleShot(20, tdeApp, TQ_SLOT(quit())); return; } qConfig.enableDTDToolbar = true; @@ -715,7 +715,7 @@ void QuantaApp::slotStatusMsg(const TQString &msg) statusbarTimer->stop(); statusBar()->changeItem(" " + KStringHandler::cPixelSqueeze(msg, statusBar()->fontMetrics(), progressBar->x() - 20), IDS_STATUS); statusBar()->repaint(); - kapp->processEvents(TQEventLoop::ExcludeUserInput | TQEventLoop::ExcludeSocketNotifiers); + tdeApp->processEvents(TQEventLoop::ExcludeUserInput | TQEventLoop::ExcludeSocketNotifiers); statusbarTimer->start(10000, true); } @@ -2763,7 +2763,7 @@ void QuantaApp::slotSendToolbar() return; } - kapp->invokeMailer(toStr, TQString(), TQString(), subjectStr, message, TQString(), toolbarFile); + tdeApp->invokeMailer(toStr, TQString(), TQString(), subjectStr, message, TQString(), toolbarFile); } delete mailDlg; } @@ -3619,7 +3619,7 @@ void QuantaApp::slotEmailDTEP() return; } - kapp->invokeMailer(toStr, TQString(), TQString(), subjectStr, message, TQString(), dtdFile); + tdeApp->invokeMailer(toStr, TQString(), TQString(), subjectStr, message, TQString(), dtdFile); } delete mailDlg; } |
