diff options
author | Slávek Banko <[email protected]> | 2025-02-13 13:43:35 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2025-02-13 13:43:35 +0100 |
commit | 34c282220d03b99ea188103801de1fda177fe88d (patch) | |
tree | 9d637e0d95849e177f09bfe026f98cfaefce5cf2 /ubuntu/_base/applications | |
parent | 112489d76bc43d350a289759eefe86fc8f1cae1f (diff) | |
download | tde-packaging-34c282220d03b99ea188103801de1fda177fe88d.tar.gz tde-packaging-34c282220d03b99ea188103801de1fda177fe88d.zip |
DEB kiosktool: Update Ubuntu specific patch to use tdeApps.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ubuntu/_base/applications')
-rw-r--r-- | ubuntu/_base/applications/settings/kiosktool/debian/patches/kubuntu_03_sudo_support.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/_base/applications/settings/kiosktool/debian/patches/kubuntu_03_sudo_support.diff b/ubuntu/_base/applications/settings/kiosktool/debian/patches/kubuntu_03_sudo_support.diff index 1ee900501..bc9f7dace 100644 --- a/ubuntu/_base/applications/settings/kiosktool/debian/patches/kubuntu_03_sudo_support.diff +++ b/ubuntu/_base/applications/settings/kiosktool/debian/patches/kubuntu_03_sudo_support.diff @@ -59,7 +59,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ TDEApplication::kapp->processEvents(); ++ TDEApplication::tdeApp->processEvents(); + } + bool exists = TQFile::exists(url.path()); + return exists; @@ -88,7 +88,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ TDEApplication::kapp->processEvents(); ++ TDEApplication::tdeApp->processEvents(); + } + + TQProcess proc2; @@ -96,7 +96,7 @@ + proc2.addArgument("chmod 0644 " + dest.path()); + proc2.launch(buffer); + while (!proc2.normalExit()) { -+ TDEApplication::kapp->processEvents(); ++ TDEApplication::tdeApp->processEvents(); + } + + bool exists = TQFile::exists(dest.path()); @@ -116,7 +116,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ TDEApplication::kapp->processEvents(); ++ TDEApplication::tdeApp->processEvents(); + } + bool exists = !TQFile::exists(url.path()); + return exists; @@ -135,7 +135,7 @@ + TQByteArray buffer; + proc.launch(buffer); + while (!proc.normalExit()) { -+ TDEApplication::kapp->processEvents(); ++ TDEApplication::tdeApp->processEvents(); + } + + bool exists = TQFile::exists(target.path()); |