From 34f9b1abc44082699ff030771b839bd5d20415a9 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Wed, 13 Feb 2013 18:15:32 -0600
Subject: Fix kiosktool FTBFS on Ubuntu

---
 .../kiosktool/debian/patches/kubuntu_03_sudo_support.diff      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'ubuntu/precise/applications/kiosktool/debian/patches')

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());
-- 
cgit v1.2.1