summaryrefslogtreecommitdiffstats
path: root/ubuntu/_base/applications
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2025-02-13 13:43:35 +0100
committerSlávek Banko <[email protected]>2025-02-13 13:43:35 +0100
commit34c282220d03b99ea188103801de1fda177fe88d (patch)
tree9d637e0d95849e177f09bfe026f98cfaefce5cf2 /ubuntu/_base/applications
parent112489d76bc43d350a289759eefe86fc8f1cae1f (diff)
downloadtde-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.diff10
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());