~ubuntu-branches/ubuntu/saucy/konsole/saucy-proposed

« back to all changes in this revision

Viewing changes to src/tests/DBusTest.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-12-07 18:02:30 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20121207180230-bcynrvir42sjg9w5
Tags: 4:4.9.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        kFatal() << "Unable to exec a new Konsole : " << result;
54
54
 
55
55
    // Wait for above Konsole to finish starting
56
 
#ifdef HAVE_USLEEP
 
56
#if defined(HAVE_USLEEP)
57
57
    usleep(5 * 1000);
58
58
#else
59
59
    sleep(5);