summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/applications/kiosktool
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-13 18:15:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-13 18:15:32 -0600
commit34f9b1abc44082699ff030771b839bd5d20415a9 (patch)
treeef810a73842b62642d245c7c011292456979b617 /ubuntu/precise/applications/kiosktool
parentce06bb2d2bcf6bb1a7e41708a9dc506626bdcdb1 (diff)
downloadtde-packaging-34f9b1abc44082699ff030771b839bd5d20415a9.tar.gz
tde-packaging-34f9b1abc44082699ff030771b839bd5d20415a9.zip
Fix kiosktool FTBFS on Ubuntu
Diffstat (limited to 'ubuntu/precise/applications/kiosktool')
-rw-r--r--ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff10
1 files changed, 5 insertions, 5 deletions
diff --git a/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff b/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff
index bc86fe694..24e242b82 100644
--- a/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff
+++ b/ubuntu/precise/applications/kiosktool/debian/patches/kubuntu_03_sudo_support.diff
@@ -59,7 +59,7 @@
+ TQByteArray buffer;
+ proc.launch(buffer);
+ while (!proc.normalExit()) {
-+ KApplication::kapp->processEvents();
++ TDEApplication::kapp->processEvents();
+ }
+ bool exists = TQFile::exists(url.path());
+ return exists;
@@ -88,7 +88,7 @@
+ TQByteArray buffer;
+ proc.launch(buffer);
+ while (!proc.normalExit()) {
-+ KApplication::kapp->processEvents();
++ TDEApplication::kapp->processEvents();
+ }
+
+ TQProcess proc2;
@@ -96,7 +96,7 @@
+ proc2.addArgument("chmod 0644 " + dest.path());
+ proc2.launch(buffer);
+ while (!proc2.normalExit()) {
-+ KApplication::kapp->processEvents();
++ TDEApplication::kapp->processEvents();
+ }
+
+ bool exists = TQFile::exists(dest.path());
@@ -116,7 +116,7 @@
+ TQByteArray buffer;
+ proc.launch(buffer);
+ while (!proc.normalExit()) {
-+ KApplication::kapp->processEvents();
++ TDEApplication::kapp->processEvents();
+ }
+ bool exists = !TQFile::exists(url.path());
+ return exists;
@@ -135,7 +135,7 @@
+ TQByteArray buffer;
+ proc.launch(buffer);
+ while (!proc.normalExit()) {
-+ KApplication::kapp->processEvents();
++ TDEApplication::kapp->processEvents();
+ }
+
+ bool exists = TQFile::exists(target.path());