diff options
Diffstat (limited to 'lanbrowsing')
-rw-r--r-- | lanbrowsing/kcmlisa/kcmlisa.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lanbrowsing/kcmlisa/kcmlisa.cpp b/lanbrowsing/kcmlisa/kcmlisa.cpp index e17cf5b0..d977c597 100644 --- a/lanbrowsing/kcmlisa/kcmlisa.cpp +++ b/lanbrowsing/kcmlisa/kcmlisa.cpp @@ -292,7 +292,7 @@ void LisaSettings::save() KProcess *proc = new KProcess(); connect(proc, TQT_SIGNAL(processExited(KProcess *)), this, TQT_SLOT(saveDone(KProcess *))); *proc<<"tdesu"<<"-c"<<suCommand; - KApplication::setOverrideCursor(TQt::waitCursor); + TDEApplication::setOverrideCursor(TQt::waitCursor); setEnabled(false); if ( !proc->start() ) delete proc; @@ -376,7 +376,7 @@ void LisaSettings::autoSetup() void LisaSettings::saveDone(KProcess *proc) { unlink(TQFile::encodeName(m_tmpFilename)); - KApplication::restoreOverrideCursor(); + TDEApplication::restoreOverrideCursor(); setEnabled(true); KMessageBox::information(0,i18n("The configuration has been saved to /etc/lisarc.\n" "Make sure that the LISa daemon is started,\n e.g. using an init script when booting.\n" |