From 3e4d718796cddcc798d9f737037ef4bad540a0af Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:22:10 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- lanbrowsing/kcmlisa/kcmlisa.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lanbrowsing') 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"<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" -- cgit v1.2.3